#055F17

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

Shades of Crusoe #055F17

Tints of Crusoe #055F17

Color information

#055F17 (or 0x055F17) is unknown color: approx Crusoe. HEX triplet: 05, 5F and 17. RGB value is (5,95,23). Sum of RGB (Red+Green+Blue) = 5+95+23=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 95 (37.5% from 255 or 77.24% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 95 - color contains mainly: green. Hex color #055F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055F17 is #FAA0E8. Grayscale: #3C3C3C. Windows color (decimal): -16425193 or 1531653. OLE color: 1531653.

HSL color Cylindrical-coordinate representation of color #055F17: hue angle of 132º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F17 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.63.

Color convert

RGB59523-
CMYK0.9500.760.63
HSL132º90%19.61%-
HSV(B)132º94.74%37.25%-
XYZ4.318.282.18-
YUV59.88107.1888.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 95 (37.5% from 255) = 77.24%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=4.07%
G=77.24%
B=18.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal595230.9500.760.631329019.61
Hex55F175F04C3F845a14
Octal51372713701147720413224
Binary10110111111011110111110100110011111110000100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055F17; }

 p { color: rgb(5,95,23); }

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

<style>
 a { background-color: #055F17; }

 a { background-color: rgb(5,95,23); }

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

<style>
 span { border-color: #055F17; }

 span { border-color: rgb(5,95,23); }

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