#10B374

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

Shades of Mountain Meadow #10B374

Tints of Mountain Meadow #10B374

Color information

#10B374 (or 0x10B374) is unknown color: approx Mountain Meadow. HEX triplet: 10, B3 and 74. RGB value is (16,179,116). Sum of RGB (Red+Green+Blue) = 16+179+116=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #10B374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B374 is #EF4C8B. Grayscale: #7B7B7B. Windows color (decimal): -15682700 or 7648016. OLE color: 7648016.

HSL color Cylindrical-coordinate representation of color #10B374: hue angle of 156.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B374 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB16179116-
CMYK0.9100.350.30
HSL156.81º83.59%38.24%-
HSV(B)156.81º91.06%70.2%-
XYZ19.4933.6121.98-
YUV123.0812451.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.14%
GREEN value IS 179 (70.31% from 255) = 57.56%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=5.14%
G=57.56%
B=37.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161791160.9100.350.30156.8183.5938.24
Hex10B3745B0231E9d5426
Octal202631641330433623512446
Binary100001011001111101001011011010001111110100111011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10B374; }

 p { color: rgb(16,179,116); }

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

<style>
 a { background-color: #10B374; }

 a { background-color: rgb(16,179,116); }

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

<style>
 span { border-color: #10B374; }

 span { border-color: rgb(16,179,116); }

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