#0C5D19

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

Shades of Crusoe #0C5D19

Tints of Crusoe #0C5D19

Color information

#0C5D19 (or 0x0C5D19) is unknown color: approx Crusoe. HEX triplet: 0C, 5D and 19. RGB value is (12,93,25). Sum of RGB (Red+Green+Blue) = 12+93+25=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 93 (36.72% from 255 or 71.54% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 93 - color contains mainly: green. Hex color #0C5D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5D19 is #F3A2E6. Grayscale: #3D3D3D. Windows color (decimal): -15966951 or 1662220. OLE color: 1662220.

HSL color Cylindrical-coordinate representation of color #0C5D19: hue angle of 129.63º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5D19 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB129325-
CMYK0.8700.730.64
HSL129.63º77.14%20.59%-
HSV(B)129.63º87.1%36.47%-
XYZ4.247.982.24-
YUV61.03107.6693.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.23%
GREEN value IS 93 (36.72% from 255) = 71.54%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=9.23%
G=71.54%
B=19.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1293250.8700.730.64129.6377.1420.59
HexC5D195704940824d15
Octal1413531127011110020211525
Binary1100101110111001101011101001001100000010000010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5D19; }

 p { color: rgb(12,93,25); }

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

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

 a { background-color: rgb(12,93,25); }

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

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

 span { border-color: rgb(12,93,25); }

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