#046416

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

Shades of Crusoe #046416

Tints of Crusoe #046416

Color information

#046416 (or 0x046416) is unknown color: approx Crusoe. HEX triplet: 04, 64 and 16. RGB value is (4,100,22). Sum of RGB (Red+Green+Blue) = 4+100+22=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #046416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046416 is #FB9BE9. Grayscale: #3E3E3E. Windows color (decimal): -16489450 or 1467396. OLE color: 1467396.

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

Color convert

RGB410022-
CMYK0.9600.780.61
HSL131.25º92.31%20.39%-
HSV(B)131.25º96%39.22%-
XYZ4.759.22.28-
YUV62.4105.286.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 100 (39.45% from 255) = 79.37%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=3.17%
G=79.37%
B=17.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4100220.9600.780.61131.2592.3120.39
Hex464166004E3D835c14
Octal41442614001167520313424
Binary10011001001011011000000100111011110110000011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046416; }

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

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

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

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

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

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

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

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