#055618

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

Shades of Crusoe #055618

Tints of Crusoe #055618

Color information

#055618 (or 0x055618) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 18. RGB value is (5,86,24). Sum of RGB (Red+Green+Blue) = 5+86+24=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 86 (33.98% from 255 or 74.78% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 86 - color contains mainly: green. Hex color #055618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055618 is #FAA9E7. Grayscale: #363636. Windows color (decimal): -16427496 or 1594885. OLE color: 1594885.

HSL color Cylindrical-coordinate representation of color #055618: hue angle of 134.07º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055618 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB58624-
CMYK0.9400.720.66
HSL134.07º89.01%17.84%-
HSV(B)134.07º94.19%33.73%-
XYZ3.566.751.98-
YUV54.71110.6692.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 86 (33.98% from 255) = 74.78%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=4.35%
G=74.78%
B=20.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586240.9400.720.66134.0789.0117.84
Hex556185E04842865912
Octal512630136011010220613122
Binary101101011011000101111001001000100001010000110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055618; }

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

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

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

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

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

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

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

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