#0DB576

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

Shades of Mountain Meadow #0DB576

Tints of Mountain Meadow #0DB576

Color information

#0DB576 (or 0x0DB576) is unknown color: approx Mountain Meadow. HEX triplet: 0D, B5 and 76. RGB value is (13,181,118). Sum of RGB (Red+Green+Blue) = 13+181+118=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB576 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB576 is #F24A89. Grayscale: #7B7B7B. Windows color (decimal): -15878794 or 7779597. OLE color: 7779597.

HSL color Cylindrical-coordinate representation of color #0DB576: hue angle of 157.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB576 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB13181118-
CMYK0.9300.350.29
HSL157.5º86.6%38.04%-
HSV(B)157.5º92.82%70.98%-
XYZ19.9634.4422.74-
YUV123.59124.8449.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.17%
GREEN value IS 181 (71.09% from 255) = 58.01%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=4.17%
G=58.01%
B=37.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131811180.9300.350.29157.586.638.04
HexDB5765D0231D9e5726
Octal152651661350433523612746
Binary11011011010111101101011101010001111101100111101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DB576; }

 p { color: rgb(13,181,118); }

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

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

 a { background-color: rgb(13,181,118); }

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

<style>
 span { border-color: #0DB576; }

 span { border-color: rgb(13,181,118); }

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