#026416

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

Shades of Crusoe #026416

Tints of Crusoe #026416

Color information

#026416 (or 0x026416) is unknown color: approx Crusoe. HEX triplet: 02, 64 and 16. RGB value is (2,100,22). Sum of RGB (Red+Green+Blue) = 2+100+22=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 100 (39.45% from 255 or 80.65% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 100 - color contains mainly: green. Hex color #026416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026416 is #FD9BE9. Grayscale: #3E3E3E. Windows color (decimal): -16620522 or 1467394. OLE color: 1467394.

HSL color Cylindrical-coordinate representation of color #026416: hue angle of 132.24º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026416 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB210022-
CMYK0.9800.780.61
HSL132.24º96.08%20%-
HSV(B)132.24º98%39.22%-
XYZ4.739.192.28-
YUV61.81105.5385.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 100 (39.45% from 255) = 80.65%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=1.61%
G=80.65%
B=17.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100220.9800.780.61132.2496.0820
Hex264166204E3D846014
Octal21442614201167520414024
Binary1011001001011011000100100111011110110000100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026416; }

 p { color: rgb(2,100,22); }

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

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

 a { background-color: rgb(2,100,22); }

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

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

 span { border-color: rgb(2,100,22); }

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