#055E18

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

Shades of Crusoe #055E18

Tints of Crusoe #055E18

Color information

#055E18 (or 0x055E18) is unknown color: approx Crusoe. HEX triplet: 05, 5E and 18. RGB value is (5,94,24). Sum of RGB (Red+Green+Blue) = 5+94+24=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 94 (37.11% from 255 or 76.42% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 94 - color contains mainly: green. Hex color #055E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E18 is #FAA1E7. Grayscale: #3B3B3B. Windows color (decimal): -16425448 or 1596933. OLE color: 1596933.

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

Color convert

RGB59424-
CMYK0.9500.740.63
HSL132.81º89.9%19.41%-
HSV(B)132.81º94.68%36.86%-
XYZ4.238.12.21-
YUV59.41108.0189.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 94 (37.11% from 255) = 76.42%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=4.07%
G=76.42%
B=19.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594240.9500.740.63132.8189.919.41
Hex55E185F04A3F855a13
Octal51363013701127720513223
Binary10110111101100010111110100101011111110000101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,94,24); }

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

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

 a { background-color: rgb(5,94,24); }

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

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

 span { border-color: rgb(5,94,24); }

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