#13965C

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

Shades of Shamrock Green #13965C

Tints of Shamrock Green #13965C

Color information

#13965C (or 0x13965C) is unknown color: approx Shamrock Green. HEX triplet: 13, 96 and 5C. RGB value is (19,150,92). Sum of RGB (Red+Green+Blue) = 19+150+92=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #13965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13965C is #EC69A3. Grayscale: #686868. Windows color (decimal): -15493540 or 6067731. OLE color: 6067731.

HSL color Cylindrical-coordinate representation of color #13965C: hue angle of 153.44º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13965C is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1915092-
CMYK0.8700.390.41
HSL153.44º77.51%33.14%-
HSV(B)153.44º87.33%58.82%-
XYZ13.1122.7213.82-
YUV104.22121.167.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 150 (58.98% from 255) = 57.47%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=7.28%
G=57.47%
B=35.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19150920.8700.390.41153.4477.5133.14
Hex13965C5702729994e21
Octal232261341270475123111641
Binary1001110010110101110010101110100111101001100110011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13965C; }

 p { color: rgb(19,150,92); }

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

<style>
 a { background-color: #13965C; }

 a { background-color: rgb(19,150,92); }

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

<style>
 span { border-color: #13965C; }

 span { border-color: rgb(19,150,92); }

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