#03965A

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

Shades of Shamrock Green #03965A

Tints of Shamrock Green #03965A

Color information

#03965A (or 0x03965A) is unknown color: approx Shamrock Green. HEX triplet: 03, 96 and 5A. RGB value is (3,150,90). Sum of RGB (Red+Green+Blue) = 3+150+90=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #03965A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03965A is #FC69A5. Grayscale: #636363. Windows color (decimal): -16542118 or 5936643. OLE color: 5936643.

HSL color Cylindrical-coordinate representation of color #03965A: hue angle of 155.51º 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 #03965A is Cyan = 0.98, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB315090-
CMYK0.9800.40.41
HSL155.51º96.08%30%-
HSV(B)155.51º98%58.82%-
XYZ12.7922.5713.36-
YUV99.21122.859.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.23%
GREEN value IS 150 (58.98% from 255) = 61.73%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=1.23%
G=61.73%
B=37.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3150900.9800.40.41155.5196.0830
Hex3965A62028299c601e
Octal32261321420505123414036
Binary111001011010110101100010010100010100110011100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03965A; }

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

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

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

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

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

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

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

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