#03964B

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

Shades of Pigment Green #03964B

Tints of Pigment Green #03964B

Color information

#03964B (or 0x03964B) is unknown color: approx Pigment Green. HEX triplet: 03, 96 and 4B. RGB value is (3,150,75). Sum of RGB (Red+Green+Blue) = 3+150+75=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #03964B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03964B is #FC69B4. Grayscale: #616161. Windows color (decimal): -16542133 or 4953603. OLE color: 4953603.

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

Color convert

RGB315075-
CMYK0.9800.50.41
HSL149.39º96.08%30%-
HSV(B)149.39º98%58.82%-
XYZ12.2122.3410.32-
YUV97.5115.360.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 150 (58.98% from 255) = 65.79%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=1.32%
G=65.79%
B=32.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3150750.9800.50.41149.3996.0830
Hex3964B620322995601e
Octal32261131420625122514036
Binary111001011010010111100010011001010100110010101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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