#005A14

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

Shades of Crusoe #005A14

Tints of Crusoe #005A14

Color information

#005A14 (or 0x005A14) is unknown color: approx Crusoe. HEX triplet: 00, 5A and 14. RGB value is (0,90,20). Sum of RGB (Red+Green+Blue) = 0+90+20=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 90 (35.55% from 255 or 81.82% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 90 - color contains mainly: green. Hex color #005A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A14 is #FFA5EB. Grayscale: #373737. Windows color (decimal): -16754156 or 1333760. OLE color: 1333760.

HSL color Cylindrical-coordinate representation of color #005A14: hue angle of 133.33º 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 #005A14 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB09020-
CMYK100.780.65
HSL133.33º100%17.65%-
HSV(B)133.33º100%35.29%-
XYZ3.787.361.88-
YUV55.11108.1888.69-

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) = 81.82%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=0%
G=81.82%
B=18.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal09020100.780.65133.3310017.65
Hex05A146404E41856412
Octal013224144011610120514422
Binary0101101010100110010001001110100000110000101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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