#016016

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

Shades of Crusoe #016016

Tints of Crusoe #016016

Color information

#016016 (or 0x016016) is unknown color: approx Crusoe. HEX triplet: 01, 60 and 16. RGB value is (1,96,22). Sum of RGB (Red+Green+Blue) = 1+96+22=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #016016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016016 is #FE9FE9. Grayscale: #3B3B3B. Windows color (decimal): -16687082 or 1466369. OLE color: 1466369.

HSL color Cylindrical-coordinate representation of color #016016: hue angle of 133.26º 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 #016016 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB19622-
CMYK0.9900.770.62
HSL133.26º97.94%19.02%-
HSV(B)133.26º98.96%37.65%-
XYZ4.348.432.16-
YUV59.16107.0386.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 96 (37.89% from 255) = 80.67%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=0.84%
G=80.67%
B=18.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196220.9900.770.62133.2697.9419.02
Hex160166304D3E856213
Octal11402614301157620514223
Binary111000001011011000110100110111111010000101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016016; }

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

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

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

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

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

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

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

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