#055524

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

Shades of Crusoe #055524

Tints of Crusoe #055524

Color information

#055524 (or 0x055524) is unknown color: approx Crusoe. HEX triplet: 05, 55 and 24. RGB value is (5,85,36). Sum of RGB (Red+Green+Blue) = 5+85+36=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #055524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055524 is #FAAADB. Grayscale: #373737. Windows color (decimal): -16427740 or 2381061. OLE color: 2381061.

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

Color convert

RGB58536-
CMYK0.9400.580.67
HSL143.25º88.89%17.65%-
HSV(B)143.25º94.12%33.33%-
XYZ3.636.662.76-
YUV55.4911791.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 85 (33.59% from 255) = 67.46%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=3.97%
G=67.46%
B=28.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585360.9400.580.67143.2588.8917.65
Hex555245E03A438f5912
Octal51254413607210321713122
Binary101101010110010010111100111010100001110001111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055524; }

 p { color: rgb(5,85,36); }

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

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

 a { background-color: rgb(5,85,36); }

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

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

 span { border-color: rgb(5,85,36); }

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