#01560F

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

Shades of Crusoe #01560F

Tints of Crusoe #01560F

Color information

#01560F (or 0x01560F) is unknown color: approx Crusoe. HEX triplet: 01, 56 and 0F. RGB value is (1,86,15). Sum of RGB (Red+Green+Blue) = 1+86+15=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 86 (33.98% from 255 or 84.31% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 86 - color contains mainly: green. Hex color #01560F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01560F is #FEA9F0. Grayscale: #343434. Windows color (decimal): -16689649 or 1005057. OLE color: 1005057.

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

Color convert

RGB18615-
CMYK0.9900.830.66
HSL129.88º97.7%17.06%-
HSV(B)129.88º98.84%33.73%-
XYZ3.436.71.56-
YUV52.49106.8491.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 86 (33.98% from 255) = 84.31%
BLUE value IS 15 (6.25% from 255) = 14.71%
R=0.98%
G=84.31%
B=14.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186150.9900.830.66129.8897.717.06
Hex156F6305342826211
Octal112617143012310220214221
Binary110101101111110001101010011100001010000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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