Html Css Color HEX #04940B Islamic Green

📋 copy color: '#04940B'

red 4 ◦ green 148 ◦ blue 11

#04940B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #04940B

Tints of Islamic Green #04940B

RGB

 RED value IS 4 (1.95% from 255) = 2.45%

 GREEN value IS 148 (58.2% from 255) = 90.8%

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 2.45%
G = 90.8%
B = 6.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#04940B (or 0x04940B) is known color: Islamic Green. HEX triplet: 04, 94 and 0B. RGB value is (4,148,11). Sum of RGB (Red+Green+Blue) = 4+148+11=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 148 (58.20% from 255 or 90.80% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 148 - color contains mainly: green. Hex color #04940B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04940B is #FB6BF4. Grayscale: #595959. Windows color (decimal): -16477173 or 758788. OLE color: 758788.

HSL color Cylindrical-coordinate representation of color #04940B: hue angle of 122.92º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04940B is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 11 -
CMYK 0.97 0 0.93 0.42
HSL 122.92º 0.95% 0.3% -
HSV(B) 122.92º 0.97% 0.58% -
XYZ 10.7 21.23 3.85 -
YUV 89.33 83.79 67.14 -
System Red Green Blue C M Y K H S L
Decimal 4 148 11 0.97 0 0.93 0.42 122.92 0.95 0.3
Hex 4 94 B 61 0 5D 2A 7B 5F 1E
Octal 4 224 13 141 0 135 52 173 137 36
Binary 100 10010100 1011 1100001 0 1011101 101010 1111011 1011111 11110

Color Harmonies of #04940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04940B

Black with #04940B

Text Example


Text Example

White with #04940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04940B; }

 p { color: rgb(4,148,11); }

 H1.HeaderClassName
 {
   color: #04940B;
 }
 .AnyTagClassName
 {
   color: #04940B;
 }
</style>

background-color css

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

 a { background-color: rgb(4,148,11); }

 div.DivClassName
 {
   background-color: #04940B;
 }
 .BgClassName
 {
   background-color: #04940B;
 }
</style>

border-color css

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

 span { border-color: rgb(4,148,11); }

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