#016020

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

Shades of Crusoe #016020

Tints of Crusoe #016020

Color information

#016020 (or 0x016020) is unknown color: approx Crusoe. HEX triplet: 01, 60 and 20. RGB value is (1,96,32). Sum of RGB (Red+Green+Blue) = 1+96+32=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #016020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016020 is #FE9FDF. Grayscale: #3C3C3C. Windows color (decimal): -16687072 or 2121729. OLE color: 2121729.

HSL color Cylindrical-coordinate representation of color #016020: hue angle of 139.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016020 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB19632-
CMYK0.9900.670.62
HSL139.58º97.94%19.02%-
HSV(B)139.58º98.96%37.65%-
XYZ4.468.482.77-
YUV60.3112.0385.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 96 (37.89% from 255) = 74.42%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=0.78%
G=74.42%
B=24.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196320.9900.670.62139.5897.9419.02
Hex16020630433E8c6213
Octal11404014301037621414223
Binary1110000010000011000110100001111111010001100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016020; }

 p { color: rgb(1,96,32); }

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

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

 a { background-color: rgb(1,96,32); }

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

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

 span { border-color: rgb(1,96,32); }

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