#0C4E1E

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

Shades of Crusoe #0C4E1E

Tints of Crusoe #0C4E1E

Color information

#0C4E1E (or 0x0C4E1E) is unknown color: approx Crusoe. HEX triplet: 0C, 4E and 1E. RGB value is (12,78,30). Sum of RGB (Red+Green+Blue) = 12+78+30=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4E1E is #F3B1E1. Grayscale: #343434. Windows color (decimal): -15970786 or 1986060. OLE color: 1986060.

HSL color Cylindrical-coordinate representation of color #0C4E1E: hue angle of 136.36º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4E1E is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB127830-
CMYK0.8500.620.69
HSL136.36º73.33%17.65%-
HSV(B)136.36º84.62%30.59%-
XYZ3.115.622.15-
YUV52.79115.1398.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10%
GREEN value IS 78 (30.86% from 255) = 65%
BLUE value IS 30 (12.11% from 255) = 25%
R=10%
G=65%
B=25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1278300.8500.620.69136.3673.3317.65
HexC4E1E5503E45884912
Octal141163612507610521011122
Binary110010011101111010101010111110100010110001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,78,30); }

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

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

 a { background-color: rgb(12,78,30); }

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

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

 span { border-color: rgb(12,78,30); }

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