#03985D

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

Shades of Shamrock Green #03985D

Tints of Shamrock Green #03985D

Color information

#03985D (or 0x03985D) is unknown color: approx Shamrock Green. HEX triplet: 03, 98 and 5D. RGB value is (3,152,93). Sum of RGB (Red+Green+Blue) = 3+152+93=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 152 (59.77% from 255 or 61.29% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 152 - color contains mainly: green. Hex color #03985D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03985D is #FC67A2. Grayscale: #646464. Windows color (decimal): -16541603 or 6133763. OLE color: 6133763.

HSL color Cylindrical-coordinate representation of color #03985D: hue angle of 156.24º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03985D is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB315293-
CMYK0.9800.390.40
HSL156.24º96.13%30.39%-
HSV(B)156.24º98.03%59.61%-
XYZ13.2423.2714.15-
YUV100.72123.6458.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 152 (59.77% from 255) = 61.29%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=1.21%
G=61.29%
B=37.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3152930.9800.390.40156.2496.1330.39
Hex3985D62027289c601e
Octal32301351420475023414036
Binary111001100010111011100010010011110100010011100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03985D; }

 p { color: rgb(3,152,93); }

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

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

 a { background-color: rgb(3,152,93); }

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

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

 span { border-color: rgb(3,152,93); }

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