#05611C

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

Shades of Crusoe #05611C

Tints of Crusoe #05611C

Color information

#05611C (or 0x05611C) is unknown color: approx Crusoe. HEX triplet: 05, 61 and 1C. RGB value is (5,97,28). Sum of RGB (Red+Green+Blue) = 5+97+28=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 97 (38.28% from 255 or 74.62% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 97 - color contains mainly: green. Hex color #05611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05611C is #FA9EE3. Grayscale: #3D3D3D. Windows color (decimal): -16424676 or 1859845. OLE color: 1859845.

HSL color Cylindrical-coordinate representation of color #05611C: hue angle of 135º 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 #05611C is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB59728-
CMYK0.9500.710.62
HSL135º90.2%20%-
HSV(B)135º94.85%38.04%-
XYZ4.558.672.53-
YUV61.63109.0287.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 97 (38.28% from 255) = 74.62%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=3.85%
G=74.62%
B=21.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597280.9500.710.6213590.220
Hex5611C5F0473E875a14
Octal51413413701077620713224
Binary10111000011110010111110100011111111010000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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