#13B492

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

Shades of Mountain Meadow #13B492

Tints of Mountain Meadow #13B492

Color information

#13B492 (or 0x13B492) is unknown color: approx Mountain Meadow. HEX triplet: 13, B4 and 92. RGB value is (19,180,146). Sum of RGB (Red+Green+Blue) = 19+180+146=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #13B492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B492 is #EC4B6D. Grayscale: #7F7F7F. Windows color (decimal): -15485806 or 9614355. OLE color: 9614355.

HSL color Cylindrical-coordinate representation of color #13B492: hue angle of 167.33º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B492 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB19180146-
CMYK0.8900.190.29
HSL167.33º80.9%39.02%-
HSV(B)167.33º89.44%70.59%-
XYZ21.7834.8632.77-
YUV127.98138.1650.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.51%
GREEN value IS 180 (70.70% from 255) = 52.17%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=5.51%
G=52.17%
B=42.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191801460.8900.190.29167.3380.939.02
Hex13B492590131Da75127
Octal232642221310233524712147
Binary100111011010010010010101100101001111101101001111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,180,146); }

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

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

 a { background-color: rgb(19,180,146); }

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

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

 span { border-color: rgb(19,180,146); }

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