#016322

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

Shades of Crusoe #016322

Tints of Crusoe #016322

Color information

#016322 (or 0x016322) is unknown color: approx Crusoe. HEX triplet: 01, 63 and 22. RGB value is (1,99,34). Sum of RGB (Red+Green+Blue) = 1+99+34=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 99 (39.06% from 255 or 73.88% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 99 - color contains mainly: green. Hex color #016322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016322 is #FE9CDD. Grayscale: #3E3E3E. Windows color (decimal): -16686302 or 2253569. OLE color: 2253569.

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

Color convert

RGB19934-
CMYK0.9900.660.61
HSL140.2º98%19.61%-
HSV(B)140.2º98.99%38.82%-
XYZ4.769.053.01-
YUV62.29112.0384.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 99 (39.06% from 255) = 73.88%
BLUE value IS 34 (13.67% from 255) = 25.37%
R=0.75%
G=73.88%
B=25.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199340.9900.660.61140.29819.61
Hex16322630423D8c6214
Octal11434214301027521414224
Binary1110001110001011000110100001011110110001100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016322; }

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

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

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

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

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

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

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

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