#015612

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

Shades of Crusoe #015612

Tints of Crusoe #015612

Color information

#015612 (or 0x015612) is unknown color: approx Crusoe. HEX triplet: 01, 56 and 12. RGB value is (1,86,18). Sum of RGB (Red+Green+Blue) = 1+86+18=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 86 (33.98% from 255 or 81.90% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 86 - color contains mainly: green. Hex color #015612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015612 is #FEA9ED. Grayscale: #353535. Windows color (decimal): -16689646 or 1201665. OLE color: 1201665.

HSL color Cylindrical-coordinate representation of color #015612: hue angle of 132º 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 #015612 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB18618-
CMYK0.9900.790.66
HSL132º97.7%17.06%-
HSV(B)132º98.84%33.73%-
XYZ3.456.711.68-
YUV52.83108.3491.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 86 (33.98% from 255) = 81.90%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=0.95%
G=81.90%
B=17.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186180.9900.790.6613297.717.06
Hex156126304F42846211
Octal112622143011710220414221
Binary1101011010010110001101001111100001010000100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015612; }

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

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

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

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

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

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

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

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