#005F18

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

Shades of Crusoe #005F18

Tints of Crusoe #005F18

Color information

#005F18 (or 0x005F18) is unknown color: approx Crusoe. HEX triplet: 00, 5F and 18. RGB value is (0,95,24). Sum of RGB (Red+Green+Blue) = 0+95+24=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 95 (37.5% from 255 or 79.83% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 95 - color contains mainly: green. Hex color #005F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005F18 is #FFA0E7. Grayscale: #3A3A3A. Windows color (decimal): -16752872 or 1597184. OLE color: 1597184.

HSL color Cylindrical-coordinate representation of color #005F18: hue angle of 135.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F18 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB09524-
CMYK100.750.63
HSL135.16º100%18.63%-
HSV(B)135.16º100%37.25%-
XYZ4.268.252.23-
YUV58.5108.5386.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 79.83%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=0%
G=79.83%
B=20.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09524100.750.63135.1610018.63
Hex05F186404B3F876413
Octal01373014401137720714423
Binary010111111100011001000100101111111110000111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005F18; }

 p { color: rgb(0,95,24); }

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

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

 a { background-color: rgb(0,95,24); }

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

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

 span { border-color: rgb(0,95,24); }

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