#05611A

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

Shades of Crusoe #05611A

Tints of Crusoe #05611A

Color information

#05611A (or 0x05611A) is unknown color: approx Crusoe. HEX triplet: 05, 61 and 1A. RGB value is (5,97,26). Sum of RGB (Red+Green+Blue) = 5+97+26=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 97 (38.28% from 255 or 75.78% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 97 - color contains mainly: green. Hex color #05611A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05611A is #FA9EE5. Grayscale: #3D3D3D. Windows color (decimal): -16424678 or 1728773. OLE color: 1728773.

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

Color convert

RGB59726-
CMYK0.9500.730.62
HSL133.7º90.2%20%-
HSV(B)133.7º94.85%38.04%-
XYZ4.528.662.41-
YUV61.4108.0287.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 97 (38.28% from 255) = 75.78%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=3.91%
G=75.78%
B=20.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597260.9500.730.62133.790.220
Hex5611A5F0493E865a14
Octal51413213701117620613224
Binary10111000011101010111110100100111111010000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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