#016428

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

Shades of Crusoe #016428

Tints of Crusoe #016428

Color information

#016428 (or 0x016428) is unknown color: approx Crusoe. HEX triplet: 01, 64 and 28. RGB value is (1,100,40). Sum of RGB (Red+Green+Blue) = 1+100+40=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #016428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016428 is #FE9BD7. Grayscale: #3F3F3F. Windows color (decimal): -16686040 or 2647041. OLE color: 2647041.

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

Color convert

RGB110040-
CMYK0.9900.60.61
HSL143.64º98.02%19.8%-
HSV(B)143.64º99%39.22%-
XYZ4.959.273.54-
YUV63.56114.783.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 100 (39.45% from 255) = 70.92%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=0.71%
G=70.92%
B=28.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100400.9900.60.61143.6498.0219.8
Hex164286303C3D906214
Octal1144501430747522014224
Binary111001001010001100011011110011110110010000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016428; }

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

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

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

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

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

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

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

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