#055628

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

Shades of Crusoe #055628

Tints of Crusoe #055628

Color information

#055628 (or 0x055628) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 28. RGB value is (5,86,40). Sum of RGB (Red+Green+Blue) = 5+86+40=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 86 (33.98% from 255 or 65.65% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 86 - color contains mainly: green. Hex color #055628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055628 is #FAA9D7. Grayscale: #383838. Windows color (decimal): -16427480 or 2643461. OLE color: 2643461.

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

Color convert

RGB58640-
CMYK0.9400.530.66
HSL145.93º89.01%17.84%-
HSV(B)145.93º94.19%33.73%-
XYZ3.776.843.13-
YUV56.54118.6691.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 86 (33.98% from 255) = 65.65%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=3.82%
G=65.65%
B=30.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586400.9400.530.66145.9389.0117.84
Hex556285E03542925912
Octal51265013606510222213122
Binary101101011010100010111100110101100001010010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055628; }

 p { color: rgb(5,86,40); }

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

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

 a { background-color: rgb(5,86,40); }

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

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

 span { border-color: rgb(5,86,40); }

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