Html Css Color HEX #039500 Islamic Green

📋 copy color: '#039500'

red 3 ◦ green 149 ◦ blue 0

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

Shades of Islamic Green #039500

Tints of Islamic Green #039500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 98.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.97%
G = 98.03%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#039500 (or 0x039500) is known color: Islamic Green. HEX triplet: 03, 95 and 00. RGB value is (3,149,0). Sum of RGB (Red+Green+Blue) = 3+149+0=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 149 (58.59% from 255 or 98.03% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 149 - color contains mainly: green. Hex color #039500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #039500 is #FC6AFF. Grayscale: #585858. Windows color (decimal): -16542464 or 38147. OLE color: 38147.

HSL color Cylindrical-coordinate representation of color #039500: hue angle of 118.79º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #039500 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 149 0 -
CMYK 0.98 0 1 0.42
HSL 118.79º 1% 0.29% -
HSV(B) 118.79º 1% 0.58% -
XYZ 10.79 21.51 3.58 -
YUV 88.36 78.13 67.12 -
System Red Green Blue C M Y K H S L
Decimal 3 149 0 0.98 0 1 0.42 118.79 1 0.29
Hex 3 95 0 62 0 64 2A 77 64 1D
Octal 3 225 0 142 0 144 52 167 144 35
Binary 11 10010101 0 1100010 0 1100100 101010 1110111 1100100 11101

Color Harmonies of #039500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039500

Black with #039500

Text Example


Text Example

White with #039500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039500; }

 p { color: rgb(3,149,0); }

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

background-color css

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

 a { background-color: rgb(3,149,0); }

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

border-color css

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

 span { border-color: rgb(3,149,0); }

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