#016329

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

Shades of Crusoe #016329

Tints of Crusoe #016329

Color information

#016329 (or 0x016329) is unknown color: approx Crusoe. HEX triplet: 01, 63 and 29. RGB value is (1,99,41). Sum of RGB (Red+Green+Blue) = 1+99+41=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #016329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016329 is #FE9CD6. Grayscale: #3F3F3F. Windows color (decimal): -16686295 or 2712321. OLE color: 2712321.

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

Color convert

RGB19941-
CMYK0.9900.590.61
HSL144.49º98%19.61%-
HSV(B)144.49º98.99%38.82%-
XYZ4.879.093.6-
YUV63.09115.5383.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 99 (39.06% from 255) = 70.21%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=0.71%
G=70.21%
B=29.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199410.9900.590.61144.499819.61
Hex163296303B3D906214
Octal1143511430737522014224
Binary111000111010011100011011101111110110010000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016329; }

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

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

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

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

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

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

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

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