Html Css Color HEX #03B504 Islamic Green

📋 copy color: '#03B504'

red 3 ◦ green 181 ◦ blue 4

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

Shades of Islamic Green #03B504

Tints of Islamic Green #03B504

RGB

 RED value IS 3 (1.56% from 255) = 1.6%

 GREEN value IS 181 (71.09% from 255) = 96.28%

 BLUE value IS 4 (1.95% from 255) = 2.13%

R = 1.6%
G = 96.28%
B = 2.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#03B504 (or 0x03B504) is known color: Islamic Green. HEX triplet: 03, B5 and 04. RGB value is (3,181,4). Sum of RGB (Red+Green+Blue) = 3+181+4=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 181 (71.09% from 255 or 96.28% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 181 - color contains mainly: green. Hex color #03B504 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03B504 is #FC4AFB. Grayscale: #6C6C6C. Windows color (decimal): -16534268 or 308483. OLE color: 308483.

HSL color Cylindrical-coordinate representation of color #03B504: hue angle of 120.34º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B504 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 181 4 -
CMYK 0.98 0 0.98 0.29
HSL 120.34º 0.97% 0.36% -
HSV(B) 120.34º 0.98% 0.71% -
XYZ 16.58 33.08 5.63 -
YUV 107.6 69.53 53.39 -
System Red Green Blue C M Y K H S L
Decimal 3 181 4 0.98 0 0.98 0.29 120.34 0.97 0.36
Hex 3 B5 4 62 0 62 1D 78 61 24
Octal 3 265 4 142 0 142 35 170 141 44
Binary 11 10110101 100 1100010 0 1100010 11101 1111000 1100001 100100

Color Harmonies of #03B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B504

Black with #03B504

Text Example


Text Example

White with #03B504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,181,4); }

 H1.HeaderClassName
 {
   color: #03B504;
 }
 .AnyTagClassName
 {
   color: #03B504;
 }
</style>

background-color css

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

 a { background-color: rgb(3,181,4); }

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

border-color css

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

 span { border-color: rgb(3,181,4); }

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