#039600

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

Shades of Islamic Green #039600

Tints of Islamic Green #039600

Color information

#039600 (or 0x039600) is unknown color: approx Islamic Green. HEX triplet: 03, 96 and 00. RGB value is (3,150,0). Sum of RGB (Red+Green+Blue) = 3+150+0=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 150 (58.98% from 255 or 98.04% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 150 - color contains mainly: green. Hex color #039600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #039600 is #FC69FF. Grayscale: #595959. Windows color (decimal): -16542208 or 38403. OLE color: 38403.

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

Color convert

RGB31500-
CMYK0.98010.41
HSL118.8º100%29.41%-
HSV(B)118.8º100%58.82%-
XYZ10.9421.833.64-
YUV88.9577.866.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 150 (58.98% from 255) = 98.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.96%
G=98.04%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal315000.98010.41118.810029.41
Hex3960620642977641d
Octal3226014201445116714435
Binary111001011001100010011001001010011110111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039600; }

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

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

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

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

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

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

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

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