#055924

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

Shades of Crusoe #055924

Tints of Crusoe #055924

Color information

#055924 (or 0x055924) is unknown color: approx Crusoe. HEX triplet: 05, 59 and 24. RGB value is (5,89,36). Sum of RGB (Red+Green+Blue) = 5+89+36=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 89 (35.16% from 255 or 68.46% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 89 - color contains mainly: green. Hex color #055924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055924 is #FAA6DB. Grayscale: #393939. Windows color (decimal): -16426716 or 2382085. OLE color: 2382085.

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

Color convert

RGB58936-
CMYK0.9400.600.65
HSL142.14º89.36%18.43%-
HSV(B)142.14º94.38%34.9%-
XYZ3.957.32.87-
YUV57.84115.6790.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 89 (35.16% from 255) = 68.46%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=3.85%
G=68.46%
B=27.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589360.9400.600.65142.1489.3618.43
Hex559245E03C418e5912
Octal51314413607410121613122
Binary101101100110010010111100111100100000110001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055924; }

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

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

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

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

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

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

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

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