#13BD73

Color #13BD73 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13BD73

Tints of Mountain Meadow #13BD73

Color information

#13BD73 (or 0x13BD73) is unknown color: approx Mountain Meadow. HEX triplet: 13, BD and 73. RGB value is (19,189,115). Sum of RGB (Red+Green+Blue) = 19+189+115=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD73 is #EC428C. Grayscale: #818181. Windows color (decimal): -15483533 or 7585043. OLE color: 7585043.

HSL color Cylindrical-coordinate representation of color #13BD73: hue angle of 153.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD73 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB19189115-
CMYK0.9000.390.26
HSL153.88º81.73%40.78%-
HSV(B)153.88º89.95%74.12%-
XYZ21.5637.7722.37-
YUV129.73119.6849.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.88%
GREEN value IS 189 (74.22% from 255) = 58.51%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=5.88%
G=58.51%
B=35.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191891150.9000.390.26153.8881.7340.78
Hex13BD735A0271A9a5229
Octal232751631320473223212251
Binary100111011110111100111011010010011111010100110101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13BD73; }

 p { color: rgb(19,189,115); }

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

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

 a { background-color: rgb(19,189,115); }

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

<style>
 span { border-color: #13BD73; }

 span { border-color: rgb(19,189,115); }

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