Html Css Color HEX #49987B Lochinvar

📋 copy color: '#49987B'

red 73 ◦ green 152 ◦ blue 123

#49987B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #49987B

Tints of Lochinvar #49987B

RGB

 RED value IS 73 (28.91% from 255) = 20.98%

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 20.98%
G = 43.68%
B = 35.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#49987B (or 0x49987B) is known color: Lochinvar. HEX triplet: 49, 98 and 7B. RGB value is (73,152,123). Sum of RGB (Red+Green+Blue) = 73+152+123=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #49987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49987B is #B66784. Grayscale: #7D7D7D. Windows color (decimal): -11954053 or 8099913. OLE color: 8099913.

HSL color Cylindrical-coordinate representation of color #49987B: hue angle of 157.97º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49987B is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 123 -
CMYK 0.52 0 0.19 0.40
HSL 157.97º 0.35% 0.44% -
HSV(B) 157.97º 0.52% 0.6% -
XYZ 17.55 25.3 22.7 -
YUV 125.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 73 152 123 0.52 0 0.19 0.40 157.97 0.35 0.44
Hex 49 98 7B 34 0 13 28 9E 23 2C
Octal 111 230 173 64 0 23 50 236 43 54
Binary 1001001 10011000 1111011 110100 0 10011 101000 10011110 100011 101100

Color Harmonies of #49987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49987B

Black with #49987B

Text Example


Text Example

White with #49987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49987B; }

 p { color: rgb(73,152,123); }

 H1.HeaderClassName
 {
   color: #49987B;
 }
 .AnyTagClassName
 {
   color: #49987B;
 }
</style>

background-color css

<style>
 a { background-color: #49987B; }

 a { background-color: rgb(73,152,123); }

 div.DivClassName
 {
   background-color: #49987B;
 }
 .BgClassName
 {
   background-color: #49987B;
 }
</style>

border-color css

<style>
 span { border-color: #49987B; }

 span { border-color: rgb(73,152,123); }

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