#055931

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

Shades of Crusoe #055931

Tints of Crusoe #055931

Color information

#055931 (or 0x055931) is unknown color: approx Crusoe. HEX triplet: 05, 59 and 31. RGB value is (5,89,49). Sum of RGB (Red+Green+Blue) = 5+89+49=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #055931 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055931 is #FAA6CE. Grayscale: #3B3B3B. Windows color (decimal): -16426703 or 3234053. OLE color: 3234053.

HSL color Cylindrical-coordinate representation of color #055931: hue angle of 151.43º 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 #055931 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB58949-
CMYK0.9400.450.65
HSL151.43º89.36%18.43%-
HSV(B)151.43º94.38%34.9%-
XYZ4.197.44.11-
YUV59.32122.1789.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 89 (35.16% from 255) = 62.24%
BLUE value IS 49 (19.53% from 255) = 34.27%
R=3.50%
G=62.24%
B=34.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589490.9400.450.65151.4389.3618.43
Hex559315E02D41975912
Octal51316113605510122713122
Binary101101100111000110111100101101100000110010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055931; }

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

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

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

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

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

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

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

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