#13985C

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

Shades of Shamrock Green #13985C

Tints of Shamrock Green #13985C

Color information

#13985C (or 0x13985C) is unknown color: approx Shamrock Green. HEX triplet: 13, 98 and 5C. RGB value is (19,152,92). Sum of RGB (Red+Green+Blue) = 19+152+92=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #13985C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13985C is #EC67A3. Grayscale: #696969. Windows color (decimal): -15493028 or 6068243. OLE color: 6068243.

HSL color Cylindrical-coordinate representation of color #13985C: hue angle of 152.93º 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 #13985C is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1915292-
CMYK0.8700.390.40
HSL152.93º77.78%33.53%-
HSV(B)152.93º87.5%59.61%-
XYZ13.4323.3713.93-
YUV105.39120.4466.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.22%
GREEN value IS 152 (59.77% from 255) = 57.79%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=7.22%
G=57.79%
B=34.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19152920.8700.390.40152.9377.7833.53
Hex13985C5702728994e22
Octal232301341270475023111642
Binary1001110011000101110010101110100111101000100110011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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