#015712

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

Shades of Crusoe #015712

Tints of Crusoe #015712

Color information

#015712 (or 0x015712) is unknown color: approx Crusoe. HEX triplet: 01, 57 and 12. RGB value is (1,87,18). Sum of RGB (Red+Green+Blue) = 1+87+18=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 87 (34.38% from 255 or 82.08% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 87 - color contains mainly: green. Hex color #015712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015712 is #FEA8ED. Grayscale: #353535. Windows color (decimal): -16689390 or 1201921. OLE color: 1201921.

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

Color convert

RGB18718-
CMYK0.9900.790.66
HSL131.86º97.73%17.25%-
HSV(B)131.86º98.85%34.12%-
XYZ3.536.871.71-
YUV53.42108.0190.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 87 (34.38% from 255) = 82.08%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=0.94%
G=82.08%
B=16.98%

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
Decimal187180.9900.790.66131.8697.7317.25
Hex157126304F42846211
Octal112722143011710220414221
Binary1101011110010110001101001111100001010000100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015712; }

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

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

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

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

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

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

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

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