#13A35D

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

Shades of Shamrock Green #13A35D

Tints of Shamrock Green #13A35D

Color information

#13A35D (or 0x13A35D) is unknown color: approx Shamrock Green. HEX triplet: 13, A3 and 5D. RGB value is (19,163,93). Sum of RGB (Red+Green+Blue) = 19+163+93=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #13A35D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A35D is #EC5CA2. Grayscale: #707070. Windows color (decimal): -15490211 or 6136595. OLE color: 6136595.

HSL color Cylindrical-coordinate representation of color #13A35D: hue angle of 150.83º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A35D is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1916393-
CMYK0.8800.430.36
HSL150.83º79.12%35.69%-
HSV(B)150.83º88.34%63.92%-
XYZ15.3427.1214.78-
YUV111.96117.2961.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 163 (64.06% from 255) = 59.27%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=6.91%
G=59.27%
B=33.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19163930.8800.430.36150.8379.1235.69
Hex13A35D5802B24974f24
Octal232431351300534422711744
Binary1001110100011101110110110000101011100100100101111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13A35D; }

 p { color: rgb(19,163,93); }

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

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

 a { background-color: rgb(19,163,93); }

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

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

 span { border-color: rgb(19,163,93); }

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