#016928

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

Shades of Crusoe #016928

Tints of Crusoe #016928

Color information

#016928 (or 0x016928) is unknown color: approx Crusoe. HEX triplet: 01, 69 and 28. RGB value is (1,105,40). Sum of RGB (Red+Green+Blue) = 1+105+40=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #016928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016928 is #FE96D7. Grayscale: #424242. Windows color (decimal): -16684760 or 2648321. OLE color: 2648321.

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

Color convert

RGB110540-
CMYK0.9900.620.59
HSL142.5º98.11%20.78%-
HSV(B)142.5º99.05%41.18%-
XYZ5.4510.263.7-
YUV66.49113.0481.29-

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.92%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=0.68%
G=71.92%
B=27.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105400.9900.620.59142.598.1120.78
Hex169286303E3B8e6215
Octal1151501430767321614225
Binary111010011010001100011011111011101110001110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016928; }

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

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

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

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

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

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

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

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