#016316

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

Shades of Crusoe #016316

Tints of Crusoe #016316

Color information

#016316 (or 0x016316) is unknown color: approx Crusoe. HEX triplet: 01, 63 and 16. RGB value is (1,99,22). Sum of RGB (Red+Green+Blue) = 1+99+22=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 99 (39.06% from 255 or 81.15% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 99 - color contains mainly: green. Hex color #016316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016316 is #FE9CE9. Grayscale: #3D3D3D. Windows color (decimal): -16686314 or 1467137. OLE color: 1467137.

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

Color convert

RGB19922-
CMYK0.9900.780.61
HSL132.86º98%19.61%-
HSV(B)132.86º98.99%38.82%-
XYZ4.628.992.25-
YUV60.92106.0385.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 99 (39.06% from 255) = 81.15%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=0.82%
G=81.15%
B=18.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199220.9900.780.61132.869819.61
Hex163166304E3D856214
Octal11432614301167520514224
Binary111000111011011000110100111011110110000101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016316; }

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

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

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

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

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

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

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

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