#016929

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

Shades of Crusoe #016929

Tints of Crusoe #016929

Color information

#016929 (or 0x016929) is unknown color: approx Crusoe. HEX triplet: 01, 69 and 29. RGB value is (1,105,41). Sum of RGB (Red+Green+Blue) = 1+105+41=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 105 (41.41% from 255 or 71.43% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 105 - color contains mainly: green. Hex color #016929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016929 is #FE96D6. Grayscale: #424242. Windows color (decimal): -16684759 or 2713857. OLE color: 2713857.

HSL color Cylindrical-coordinate representation of color #016929: hue angle of 143.08º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016929 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB110541-
CMYK0.9900.610.59
HSL143.08º98.11%20.78%-
HSV(B)143.08º99.05%41.18%-
XYZ5.4610.273.79-
YUV66.61113.5481.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 105 (41.41% from 255) = 71.43%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=0.68%
G=71.43%
B=27.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105410.9900.610.59143.0898.1120.78
Hex169296303D3B8f6215
Octal1151511430757321714225
Binary111010011010011100011011110111101110001111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016929; }

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

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

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

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

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

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

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

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