#03995F

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

Shades of Shamrock Green #03995F

Tints of Shamrock Green #03995F

Color information

#03995F (or 0x03995F) is unknown color: approx Shamrock Green. HEX triplet: 03, 99 and 5F. RGB value is (3,153,95). Sum of RGB (Red+Green+Blue) = 3+153+95=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 153 (60.16% from 255 or 60.96% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 153 - color contains mainly: green. Hex color #03995F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03995F is #FC66A0. Grayscale: #656565. Windows color (decimal): -16541345 or 6265091. OLE color: 6265091.

HSL color Cylindrical-coordinate representation of color #03995F: hue angle of 156.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03995F is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB315395-
CMYK0.9800.380.4
HSL156.8º96.15%30.59%-
HSV(B)156.8º98.04%60%-
XYZ13.4923.6314.68-
YUV101.54124.357.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 153 (60.16% from 255) = 60.96%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=1.20%
G=60.96%
B=37.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3153950.9800.380.4156.896.1530.59
Hex3995F62026289d601f
Octal32311371420465023514037
Binary111001100110111111100010010011010100010011101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03995F; }

 p { color: rgb(3,153,95); }

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

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

 a { background-color: rgb(3,153,95); }

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

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

 span { border-color: rgb(3,153,95); }

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