#05561C

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

Shades of Crusoe #05561C

Tints of Crusoe #05561C

Color information

#05561C (or 0x05561C) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 1C. RGB value is (5,86,28). Sum of RGB (Red+Green+Blue) = 5+86+28=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 86 (33.98% from 255 or 72.27% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 86 - color contains mainly: green. Hex color #05561C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05561C is #FAA9E3. Grayscale: #373737. Windows color (decimal): -16427492 or 1857029. OLE color: 1857029.

HSL color Cylindrical-coordinate representation of color #05561C: hue angle of 137.04º 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 #05561C is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB58628-
CMYK0.9400.670.66
HSL137.04º89.01%17.84%-
HSV(B)137.04º94.19%33.73%-
XYZ3.66.772.22-
YUV55.17112.6692.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 86 (33.98% from 255) = 72.27%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=4.20%
G=72.27%
B=23.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586280.9400.670.66137.0489.0117.84
Hex5561C5E04342895912
Octal512634136010310221113122
Binary101101011011100101111001000011100001010001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05561C; }

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

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

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

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

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

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

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

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