#13995E

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

Shades of Shamrock Green #13995E

Tints of Shamrock Green #13995E

Color information

#13995E (or 0x13995E) is unknown color: approx Shamrock Green. HEX triplet: 13, 99 and 5E. RGB value is (19,153,94). Sum of RGB (Red+Green+Blue) = 19+153+94=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #13995E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13995E is #EC66A1. Grayscale: #6A6A6A. Windows color (decimal): -15492770 or 6199571. OLE color: 6199571.

HSL color Cylindrical-coordinate representation of color #13995E: hue angle of 153.58º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13995E is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1915394-
CMYK0.8800.390.4
HSL153.58º77.91%33.73%-
HSV(B)153.58º87.58%60%-
XYZ13.6823.7314.45-
YUV106.21121.1165.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.14%
GREEN value IS 153 (60.16% from 255) = 57.52%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=7.14%
G=57.52%
B=35.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19153940.8800.390.4153.5877.9133.73
Hex13995E58027289a4e22
Octal232311361300475023211642
Binary1001110011001101111010110000100111101000100110101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13995E; }

 p { color: rgb(19,153,94); }

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

<style>
 a { background-color: #13995E; }

 a { background-color: rgb(19,153,94); }

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

<style>
 span { border-color: #13995E; }

 span { border-color: rgb(19,153,94); }

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