#03A50B

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

Shades of Islamic Green #03A50B

Tints of Islamic Green #03A50B

Color information

#03A50B (or 0x03A50B) is unknown color: approx Islamic Green. HEX triplet: 03, A5 and 0B. RGB value is (3,165,11). Sum of RGB (Red+Green+Blue) = 3+165+11=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 165 (64.84% from 255 or 92.18% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 165 - color contains mainly: green. Hex color #03A50B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A50B is #FC5AF4. Grayscale: #636363. Windows color (decimal): -16538357 or 763139. OLE color: 763139.

HSL color Cylindrical-coordinate representation of color #03A50B: hue angle of 122.96º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A50B is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB316511-
CMYK0.9800.930.35
HSL122.96º96.43%32.94%-
HSV(B)122.96º98.18%64.71%-
XYZ13.5526.954.8-
YUV99.0178.3359.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 165 (64.84% from 255) = 92.18%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=1.68%
G=92.18%
B=6.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3165110.9800.930.35122.9696.4332.94
Hex3A5B6205D237b6021
Octal32451314201354317314041
Binary1110100101101111000100101110110001111110111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A50B; }

 p { color: rgb(3,165,11); }

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

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

 a { background-color: rgb(3,165,11); }

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

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

 span { border-color: rgb(3,165,11); }

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