#015919

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

Shades of Crusoe #015919

Tints of Crusoe #015919

Color information

#015919 (or 0x015919) is unknown color: approx Crusoe. HEX triplet: 01, 59 and 19. RGB value is (1,89,25). Sum of RGB (Red+Green+Blue) = 1+89+25=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 89 (35.16% from 255 or 77.39% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 89 - color contains mainly: green. Hex color #015919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015919 is #FEA6E6. Grayscale: #373737. Windows color (decimal): -16688871 or 1661185. OLE color: 1661185.

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

Color convert

RGB18925-
CMYK0.9900.720.65
HSL136.36º97.78%17.65%-
HSV(B)136.36º98.88%34.9%-
XYZ3.767.222.12-
YUV55.39110.8589.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 89 (35.16% from 255) = 77.39%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=0.87%
G=77.39%
B=21.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189250.9900.720.65136.3697.7817.65
Hex159196304841886212
Octal113131143011010121014222
Binary1101100111001110001101001000100000110001000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015919; }

 p { color: rgb(1,89,25); }

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

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

 a { background-color: rgb(1,89,25); }

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

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

 span { border-color: rgb(1,89,25); }

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