#0F5C18

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

Shades of Crusoe #0F5C18

Tints of Crusoe #0F5C18

Color information

#0F5C18 (or 0x0F5C18) is unknown color: approx Crusoe. HEX triplet: 0F, 5C and 18. RGB value is (15,92,24). Sum of RGB (Red+Green+Blue) = 15+92+24=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 92 (36.33% from 255 or 70.23% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 92 - color contains mainly: green. Hex color #0F5C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5C18 is #F0A3E7. Grayscale: #3D3D3D. Windows color (decimal): -15770600 or 1596431. OLE color: 1596431.

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

Color convert

RGB159224-
CMYK0.8400.740.64
HSL127.01º71.96%20.98%-
HSV(B)127.01º83.7%36.08%-
XYZ4.197.822.15-
YUV61.22106.9995.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.45%
GREEN value IS 92 (36.33% from 255) = 70.23%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=11.45%
G=70.23%
B=18.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1592240.8400.740.64127.0171.9620.98
HexF5C185404A407f4815
Octal1713430124011210017711025
Binary111110111001100010101000100101010000001111111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,92,24); }

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

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

 a { background-color: rgb(15,92,24); }

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

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

 span { border-color: rgb(15,92,24); }

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