#016424

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

Shades of Crusoe #016424

Tints of Crusoe #016424

Color information

#016424 (or 0x016424) is unknown color: approx Crusoe. HEX triplet: 01, 64 and 24. RGB value is (1,100,36). Sum of RGB (Red+Green+Blue) = 1+100+36=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 100 (39.45% from 255 or 72.99% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 100 - color contains mainly: green. Hex color #016424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016424 is #FE9BDB. Grayscale: #3F3F3F. Windows color (decimal): -16686044 or 2384897. OLE color: 2384897.

HSL color Cylindrical-coordinate representation of color #016424: hue angle of 141.21º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016424 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB110036-
CMYK0.9900.640.61
HSL141.21º98.02%19.8%-
HSV(B)141.21º99%39.22%-
XYZ4.899.253.2-
YUV63.1112.783.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 100 (39.45% from 255) = 72.99%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=0.73%
G=72.99%
B=26.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100360.9900.640.61141.2198.0219.8
Hex16424630403D8d6214
Octal11444414301007521514224
Binary1110010010010011000110100000011110110001101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016424; }

 p { color: rgb(1,100,36); }

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

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

 a { background-color: rgb(1,100,36); }

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

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

 span { border-color: rgb(1,100,36); }

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