#08742a

Color #08742A Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #08742A

Tints of Camarone #08742A

Color information

#08742A (or 0x08742A) is unknown color: approx Camarone. HEX triplet: 08, 74 and 2A. RGB value is (8,116,42). Sum of RGB (Red+Green+Blue) = 8+116+42=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #08742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08742A is #F78BD5. Grayscale: #4B4B4B. Windows color (decimal): -16223190 or 2782216. OLE color: 2782216.

HSL color Cylindrical-coordinate representation of color #08742A: hue angle of 138.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08742A is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB811642-
CMYK0.9300.640.55
HSL138.89º87.1%24.31%-
HSV(B)138.89º93.1%45.49%-
XYZ6.7612.714.29-
YUV75.27109.2280.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 116 (45.70% from 255) = 69.88%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=4.82%
G=69.88%
B=25.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8116420.9300.640.55138.8987.124.31
Hex8742A5D040378b5718
Octal101645213501006721312730
Binary1000111010010101010111010100000011011110001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08742a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08742a; }

 p { color: rgb(8,116,42); }

 H1.HeaderClassName
 {
   color: #08742a;
 }
 .AnyTagClassName
 {
   color: #08742a;
 }
</style>
background-color css

<style>
 a { background-color: #08742a; }

 a { background-color: rgb(8,116,42); }

 div.DivClassName
 {
   background-color: #08742a;
 }
 .BgClassName
 {
   background-color: #08742a;
 }
</style>
border-color css

<style>
 span { border-color: #08742a; }

 span { border-color: rgb(8,116,42); }

 td.TdClassName
 {
   border-color: #08742a;
 }
 .TagClassName
 {
   border-color: #08742a;
 }
</style>