#13965B

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

Shades of Shamrock Green #13965B

Tints of Shamrock Green #13965B

Color information

#13965B (or 0x13965B) is unknown color: approx Shamrock Green. HEX triplet: 13, 96 and 5B. RGB value is (19,150,91). Sum of RGB (Red+Green+Blue) = 19+150+91=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #13965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13965B is #EC69A4. Grayscale: #686868. Windows color (decimal): -15493541 or 6002195. OLE color: 6002195.

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

Color convert

RGB1915091-
CMYK0.8700.390.41
HSL152.98º77.51%33.14%-
HSV(B)152.98º87.33%58.82%-
XYZ13.0622.7113.59-
YUV104.1120.667.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.31%
GREEN value IS 150 (58.98% from 255) = 57.69%
BLUE value IS 91 (35.94% from 255) = 35%
R=7.31%
G=57.69%
B=35%

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
Decimal19150910.8700.390.41152.9877.5133.14
Hex13965B5702729994e21
Octal232261331270475123111641
Binary1001110010110101101110101110100111101001100110011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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