#05561E

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

Shades of Crusoe #05561E

Tints of Crusoe #05561E

Color information

#05561E (or 0x05561E) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 1E. RGB value is (5,86,30). Sum of RGB (Red+Green+Blue) = 5+86+30=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #05561E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05561E is #FAA9E1. Grayscale: #373737. Windows color (decimal): -16427490 or 1988101. OLE color: 1988101.

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

Color convert

RGB58630-
CMYK0.9400.650.66
HSL138.52º89.01%17.84%-
HSV(B)138.52º94.19%33.73%-
XYZ3.626.782.35-
YUV55.4113.6692.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 86 (33.98% from 255) = 71.07%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=4.13%
G=71.07%
B=24.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586300.9400.650.66138.5289.0117.84
Hex5561E5E041428b5912
Octal512636136010110221313122
Binary101101011011110101111001000001100001010001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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