#005A19

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

Shades of Crusoe #005A19

Tints of Crusoe #005A19

Color information

#005A19 (or 0x005A19) is unknown color: approx Crusoe. HEX triplet: 00, 5A and 19. RGB value is (0,90,25). Sum of RGB (Red+Green+Blue) = 0+90+25=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #005A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A19 is #FFA5E6. Grayscale: #373737. Windows color (decimal): -16754151 or 1661440. OLE color: 1661440.

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

Color convert

RGB09025-
CMYK100.720.65
HSL136.67º100%17.65%-
HSV(B)136.67º100%35.29%-
XYZ3.837.382.14-
YUV55.68110.6888.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 78.26%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=0%
G=78.26%
B=21.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal09025100.720.65136.6710017.65
Hex05A196404841896412
Octal013231144011010121114422
Binary0101101011001110010001001000100000110001001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005A19; }

 p { color: rgb(0,90,25); }

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

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

 a { background-color: rgb(0,90,25); }

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

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

 span { border-color: rgb(0,90,25); }

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