#13955b

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

Shades of Shamrock Green #13955B

Tints of Shamrock Green #13955B

Color information

#13955B (or 0x13955B) is unknown color: approx Shamrock Green. HEX triplet: 13, 95 and 5B. RGB value is (19,149,91). Sum of RGB (Red+Green+Blue) = 19+149+91=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #13955B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13955B is #EC6AA4. Grayscale: #676767. Windows color (decimal): -15493797 or 6001939. OLE color: 6001939.

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

Color convert

RGB1914991-
CMYK0.8700.390.42
HSL153.23º77.38%32.94%-
HSV(B)153.23º87.25%58.43%-
XYZ12.922.3913.54-
YUV103.52120.9367.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 149 (58.59% from 255) = 57.53%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=7.34%
G=57.53%
B=35.14%

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
Decimal19149910.8700.390.42153.2377.3832.94
Hex13955B570272A994d21
Octal232251331270475223111541
Binary1001110010101101101110101110100111101010100110011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13955b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13955b; }

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

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

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

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

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

<style>
 span { border-color: #13955b; }

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

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