#015611

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

Shades of Crusoe #015611

Tints of Crusoe #015611

Color information

#015611 (or 0x015611) is unknown color: approx Crusoe. HEX triplet: 01, 56 and 11. RGB value is (1,86,17). Sum of RGB (Red+Green+Blue) = 1+86+17=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 86 (33.98% from 255 or 82.69% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 86 - color contains mainly: green. Hex color #015611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015611 is #FEA9EE. Grayscale: #343434. Windows color (decimal): -16689647 or 1136129. OLE color: 1136129.

HSL color Cylindrical-coordinate representation of color #015611: hue angle of 131.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015611 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB18617-
CMYK0.9900.800.66
HSL131.29º97.7%17.06%-
HSV(B)131.29º98.84%33.73%-
XYZ3.446.71.64-
YUV52.72107.8491.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 86 (33.98% from 255) = 82.69%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=0.96%
G=82.69%
B=16.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186170.9900.800.66131.2997.717.06
Hex156116305042836211
Octal112621143012010220314221
Binary1101011010001110001101010000100001010000011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015611; }

 p { color: rgb(1,86,17); }

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

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

 a { background-color: rgb(1,86,17); }

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

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

 span { border-color: rgb(1,86,17); }

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