#049208

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

Shades of Islamic Green #049208

Tints of Islamic Green #049208

Color information

#049208 (or 0x049208) is unknown color: approx Islamic Green. HEX triplet: 04, 92 and 08. RGB value is (4,146,8). Sum of RGB (Red+Green+Blue) = 4+146+8=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 146 (57.42% from 255 or 92.41% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 146 - color contains mainly: green. Hex color #049208 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049208 is #FB6DF7. Grayscale: #585858. Windows color (decimal): -16477688 or 561668. OLE color: 561668.

HSL color Cylindrical-coordinate representation of color #049208: hue angle of 121.69º 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 #049208 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB41468-
CMYK0.9700.950.43
HSL121.69º94.67%29.41%-
HSV(B)121.69º97.26%57.25%-
XYZ10.3720.63.66-
YUV87.8182.9668.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 146 (57.42% from 255) = 92.41%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=2.53%
G=92.41%
B=5.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal414680.9700.950.43121.6994.6729.41
Hex49286105F2B7a5f1d
Octal42221014101375317213735
Binary1001001001010001100001010111111010111111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049208; }

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

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

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

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

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

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

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

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