#087424

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

Shades of Camarone #087424

Tints of Camarone #087424

Color information

#087424 (or 0x087424) is unknown color: approx Camarone. HEX triplet: 08, 74 and 24. RGB value is (8,116,36). Sum of RGB (Red+Green+Blue) = 8+116+36=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 116 (45.70% from 255 or 72.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 116 - color contains mainly: green. Hex color #087424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087424 is #F78BDB. Grayscale: #4A4A4A. Windows color (decimal): -16223196 or 2389000. OLE color: 2389000.

HSL color Cylindrical-coordinate representation of color #087424: hue angle of 135.56º 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 #087424 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB811636-
CMYK0.9300.690.55
HSL135.56º87.1%24.31%-
HSV(B)135.56º93.1%45.49%-
XYZ6.6612.673.76-
YUV74.59106.2280.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 116 (45.70% from 255) = 72.5%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=5%
G=72.5%
B=22.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8116360.9300.690.55135.5687.124.31
Hex874245D04537885718
Octal101644413501056721012730
Binary1000111010010010010111010100010111011110001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087424; }

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

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

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

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

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

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

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

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