Html Css Color HEX #49918A Lochinvar

📋 copy color: '#49918A'

red 73 ◦ green 145 ◦ blue 138

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

Shades of Lochinvar #49918A

Tints of Lochinvar #49918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.73%

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 20.51%
G = 40.73%
B = 38.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#49918A (or 0x49918A) is known color: Lochinvar. HEX triplet: 49, 91 and 8A. RGB value is (73,145,138). Sum of RGB (Red+Green+Blue) = 73+145+138=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #49918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49918A is #B66E75. Grayscale: #7A7A7A. Windows color (decimal): -11955830 or 9081161. OLE color: 9081161.

HSL color Cylindrical-coordinate representation of color #49918A: hue angle of 174.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49918A is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 138 -
CMYK 0.50 0 0.05 0.43
HSL 174.17º 0.33% 0.43% -
HSV(B) 174.17º 0.5% 0.57% -
XYZ 17.46 23.5 27.66 -
YUV 122.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 73 145 138 0.50 0 0.05 0.43 174.17 0.33 0.43
Hex 49 91 8A 32 0 5 2B AE 21 2B
Octal 111 221 212 62 0 5 53 256 41 53
Binary 1001001 10010001 10001010 110010 0 101 101011 10101110 100001 101011

Color Harmonies of #49918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49918A

Black with #49918A

Text Example


Text Example

White with #49918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49918A; }

 p { color: rgb(73,145,138); }

 H1.HeaderClassName
 {
   color: #49918A;
 }
 .AnyTagClassName
 {
   color: #49918A;
 }
</style>

background-color css

<style>
 a { background-color: #49918A; }

 a { background-color: rgb(73,145,138); }

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

border-color css

<style>
 span { border-color: #49918A; }

 span { border-color: rgb(73,145,138); }

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