#055218

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

Shades of Crusoe #055218

Tints of Crusoe #055218

Color information

#055218 (or 0x055218) is unknown color: approx Crusoe. HEX triplet: 05, 52 and 18. RGB value is (5,82,24). Sum of RGB (Red+Green+Blue) = 5+82+24=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 82 (32.42% from 255 or 73.87% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 82 - color contains mainly: green. Hex color #055218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055218 is #FAADE7. Grayscale: #343434. Windows color (decimal): -16428520 or 1593861. OLE color: 1593861.

HSL color Cylindrical-coordinate representation of color #055218: hue angle of 134.81º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055218 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB58224-
CMYK0.9400.710.68
HSL134.81º88.51%17.06%-
HSV(B)134.81º93.9%32.16%-
XYZ3.246.131.88-
YUV52.36111.9994.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 82 (32.42% from 255) = 73.87%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=4.50%
G=73.87%
B=21.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582240.9400.710.68134.8188.5117.06
Hex552185E04744875911
Octal512230136010710420713121
Binary101101001011000101111001000111100010010000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055218; }

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

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

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

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

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

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

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

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