#05611F

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

Shades of Crusoe #05611F

Tints of Crusoe #05611F

Color information

#05611F (or 0x05611F) is unknown color: approx Crusoe. HEX triplet: 05, 61 and 1F. RGB value is (5,97,31). Sum of RGB (Red+Green+Blue) = 5+97+31=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #05611F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05611F is #FA9EE0. Grayscale: #3E3E3E. Windows color (decimal): -16424673 or 2056453. OLE color: 2056453.

HSL color Cylindrical-coordinate representation of color #05611F: hue angle of 136.96º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05611F is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB59731-
CMYK0.9500.680.62
HSL136.96º90.2%20%-
HSV(B)136.96º94.85%38.04%-
XYZ4.588.682.73-
YUV61.97110.5287.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 97 (38.28% from 255) = 72.93%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=3.76%
G=72.93%
B=23.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597310.9500.680.62136.9690.220
Hex5611F5F0443E895a14
Octal51413713701047621113224
Binary10111000011111110111110100010011111010001001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05611F; }

 p { color: rgb(5,97,31); }

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

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

 a { background-color: rgb(5,97,31); }

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

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

 span { border-color: rgb(5,97,31); }

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