#055418

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

Shades of Crusoe #055418

Tints of Crusoe #055418

Color information

#055418 (or 0x055418) is unknown color: approx Crusoe. HEX triplet: 05, 54 and 18. RGB value is (5,84,24). Sum of RGB (Red+Green+Blue) = 5+84+24=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #055418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055418 is #FAABE7. Grayscale: #353535. Windows color (decimal): -16428008 or 1594373. OLE color: 1594373.

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

Color convert

RGB58424-
CMYK0.9400.710.67
HSL134.43º88.76%17.45%-
HSV(B)134.43º94.05%32.94%-
XYZ3.46.441.93-
YUV53.54111.3393.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 84 (33.20% from 255) = 74.34%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=4.42%
G=74.34%
B=21.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584240.9400.710.67134.4388.7617.45
Hex554185E04743865911
Octal512430136010710320613121
Binary101101010011000101111001000111100001110000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055418; }

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

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

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

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

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

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

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

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