#015815

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

Shades of Crusoe #015815

Tints of Crusoe #015815

Color information

#015815 (or 0x015815) is unknown color: approx Crusoe. HEX triplet: 01, 58 and 15. RGB value is (1,88,21). Sum of RGB (Red+Green+Blue) = 1+88+21=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 88 (34.77% from 255 or 80% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 88 - color contains mainly: green. Hex color #015815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015815 is #FEA7EA. Grayscale: #363636. Windows color (decimal): -16689131 or 1398785. OLE color: 1398785.

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

Color convert

RGB18821-
CMYK0.9900.760.65
HSL133.79º97.75%17.45%-
HSV(B)133.79º98.86%34.51%-
XYZ3.647.041.88-
YUV54.35109.1889.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 88 (34.77% from 255) = 80%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=0.91%
G=80%
B=19.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188210.9900.760.65133.7997.7517.45
Hex158156304C41866211
Octal113025143011410120614221
Binary1101100010101110001101001100100000110000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015815; }

 p { color: rgb(1,88,21); }

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

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

 a { background-color: rgb(1,88,21); }

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

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

 span { border-color: rgb(1,88,21); }

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