#13945a

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

Shades of Shamrock Green #13945A

Tints of Shamrock Green #13945A

Color information

#13945A (or 0x13945A) is unknown color: approx Shamrock Green. HEX triplet: 13, 94 and 5A. RGB value is (19,148,90). Sum of RGB (Red+Green+Blue) = 19+148+90=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #13945A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13945A is #EC6BA5. Grayscale: #666666. Windows color (decimal): -15494054 or 5936147. OLE color: 5936147.

HSL color Cylindrical-coordinate representation of color #13945A: hue angle of 153.02º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13945A is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1914890-
CMYK0.8700.390.42
HSL153.02º77.25%32.75%-
HSV(B)153.02º87.16%58.04%-
XYZ12.722.0613.26-
YUV102.82120.7668.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.39%
GREEN value IS 148 (58.20% from 255) = 57.59%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=7.39%
G=57.59%
B=35.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19148900.8700.390.42153.0277.2532.75
Hex13945A570272A994d21
Octal232241321270475223111541
Binary1001110010100101101010101110100111101010100110011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13945a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13945a; }

 p { color: rgb(19,148,90); }

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

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

 a { background-color: rgb(19,148,90); }

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

<style>
 span { border-color: #13945a; }

 span { border-color: rgb(19,148,90); }

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