#016729

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

Shades of Crusoe #016729

Tints of Crusoe #016729

Color information

#016729 (or 0x016729) is unknown color: approx Crusoe. HEX triplet: 01, 67 and 29. RGB value is (1,103,41). Sum of RGB (Red+Green+Blue) = 1+103+41=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #016729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016729 is #FE98D6. Grayscale: #414141. Windows color (decimal): -16685271 or 2713345. OLE color: 2713345.

HSL color Cylindrical-coordinate representation of color #016729: hue angle of 143.53º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016729 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB110341-
CMYK0.9900.600.60
HSL143.53º98.08%20.39%-
HSV(B)143.53º99.03%40.39%-
XYZ5.269.873.72-
YUV65.43114.2182.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 103 (40.62% from 255) = 71.03%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=0.69%
G=71.03%
B=28.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1103410.9900.600.60143.5398.0820.39
Hex167296303C3C906214
Octal1147511430747422014224
Binary111001111010011100011011110011110010010000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016729; }

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

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

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

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

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

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

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

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