Html Css Color HEX #49958B Lochinvar

📋 copy color: '#49958B'

red 73 ◦ green 149 ◦ blue 139

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

Shades of Lochinvar #49958B

Tints of Lochinvar #49958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 20.22%
G = 41.27%
B = 38.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#49958B (or 0x49958B) is known color: Lochinvar. HEX triplet: 49, 95 and 8B. RGB value is (73,149,139). Sum of RGB (Red+Green+Blue) = 73+149+139=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #49958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49958B is #B66A74. Grayscale: #7D7D7D. Windows color (decimal): -11954805 or 9147721. OLE color: 9147721.

HSL color Cylindrical-coordinate representation of color #49958B: hue angle of 172.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49958B is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 139 -
CMYK 0.51 0 0.07 0.42
HSL 172.11º 0.34% 0.44% -
HSV(B) 172.11º 0.51% 0.58% -
XYZ 18.16 24.78 28.25 -
YUV 125.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 73 149 139 0.51 0 0.07 0.42 172.11 0.34 0.44
Hex 49 95 8B 33 0 7 2A AC 22 2C
Octal 111 225 213 63 0 7 52 254 42 54
Binary 1001001 10010101 10001011 110011 0 111 101010 10101100 100010 101100

Color Harmonies of #49958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49958B

Black with #49958B

Text Example


Text Example

White with #49958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,149,139); }

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

background-color css

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

 a { background-color: rgb(73,149,139); }

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

border-color css

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

 span { border-color: rgb(73,149,139); }

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