#0F5D18

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

Shades of Crusoe #0F5D18

Tints of Crusoe #0F5D18

Color information

#0F5D18 (or 0x0F5D18) is unknown color: approx Crusoe. HEX triplet: 0F, 5D and 18. RGB value is (15,93,24). Sum of RGB (Red+Green+Blue) = 15+93+24=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 93 (36.72% from 255 or 70.45% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5D18 is #F0A2E7. Grayscale: #3E3E3E. Windows color (decimal): -15770344 or 1596687. OLE color: 1596687.

HSL color Cylindrical-coordinate representation of color #0F5D18: hue angle of 126.92º 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 #0F5D18 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB159324-
CMYK0.8400.740.64
HSL126.92º72.22%21.18%-
HSV(B)126.92º83.87%36.47%-
XYZ4.2882.18-
YUV61.81106.6694.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.36%
GREEN value IS 93 (36.72% from 255) = 70.45%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=11.36%
G=70.45%
B=18.18%

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
Decimal1593240.8400.740.64126.9272.2221.18
HexF5D185404A407f4815
Octal1713530124011210017711025
Binary111110111011100010101000100101010000001111111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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