#049216

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

Shades of Islamic Green #049216

Tints of Islamic Green #049216

Color information

#049216 (or 0x049216) is unknown color: approx Islamic Green. HEX triplet: 04, 92 and 16. RGB value is (4,146,22). Sum of RGB (Red+Green+Blue) = 4+146+22=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 146 (57.42% from 255 or 84.88% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 146 - color contains mainly: green. Hex color #049216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049216 is #FB6DE9. Grayscale: #595959. Windows color (decimal): -16477674 or 1479172. OLE color: 1479172.

HSL color Cylindrical-coordinate representation of color #049216: hue angle of 127.61º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049216 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB414622-
CMYK0.9700.850.43
HSL127.61º94.67%29.41%-
HSV(B)127.61º97.26%57.25%-
XYZ10.4720.644.19-
YUV89.4189.9667.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 146 (57.42% from 255) = 84.88%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=2.33%
G=84.88%
B=12.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4146220.9700.850.43127.6194.6729.41
Hex49216610552B805f1d
Octal42222614101255320013735
Binary100100100101011011000010101010110101110000000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049216; }

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

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

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

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

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

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

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

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