#046316

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

Shades of Crusoe #046316

Tints of Crusoe #046316

Color information

#046316 (or 0x046316) is unknown color: approx Crusoe. HEX triplet: 04, 63 and 16. RGB value is (4,99,22). Sum of RGB (Red+Green+Blue) = 4+99+22=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 99 (39.06% from 255 or 79.2% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 99 - color contains mainly: green. Hex color #046316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046316 is #FB9CE9. Grayscale: #3E3E3E. Windows color (decimal): -16489706 or 1467140. OLE color: 1467140.

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

Color convert

RGB49922-
CMYK0.9600.780.61
HSL131.37º92.23%20.2%-
HSV(B)131.37º95.96%38.82%-
XYZ4.669.012.25-
YUV61.82105.5386.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 99 (39.06% from 255) = 79.2%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=3.2%
G=79.2%
B=17.6%

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
Decimal499220.9600.780.61131.3792.2320.2
Hex463166004E3D835c14
Octal41432614001167520313424
Binary10011000111011011000000100111011110110000011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046316; }

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

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

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

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

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

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

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

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