Html Css Color HEX #48947E Lochinvar

📋 copy color: '#48947E'

red 72 ◦ green 148 ◦ blue 126

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

Shades of Lochinvar #48947E

Tints of Lochinvar #48947E

RGB

 RED value IS 72 (28.52% from 255) = 20.81%

 GREEN value IS 148 (58.2% from 255) = 42.77%

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 20.81%
G = 42.77%
B = 36.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#48947E (or 0x48947E) is known color: Lochinvar. HEX triplet: 48, 94 and 7E. RGB value is (72,148,126). Sum of RGB (Red+Green+Blue) = 72+148+126=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #48947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48947E is #B76B81. Grayscale: #7A7A7A. Windows color (decimal): -12020610 or 8295496. OLE color: 8295496.

HSL color Cylindrical-coordinate representation of color #48947E: hue angle of 162.63º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48947E is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 148 126 -
CMYK 0.51 0 0.15 0.42
HSL 162.63º 0.35% 0.43% -
HSV(B) 162.63º 0.51% 0.58% -
XYZ 17.03 24.06 23.49 -
YUV 122.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 72 148 126 0.51 0 0.15 0.42 162.63 0.35 0.43
Hex 48 94 7E 33 0 F 2A A3 23 2B
Octal 110 224 176 63 0 17 52 243 43 53
Binary 1001000 10010100 1111110 110011 0 1111 101010 10100011 100011 101011

Color Harmonies of #48947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48947E

Black with #48947E

Text Example


Text Example

White with #48947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48947E; }

 p { color: rgb(72,148,126); }

 H1.HeaderClassName
 {
   color: #48947E;
 }
 .AnyTagClassName
 {
   color: #48947E;
 }
</style>

background-color css

<style>
 a { background-color: #48947E; }

 a { background-color: rgb(72,148,126); }

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

border-color css

<style>
 span { border-color: #48947E; }

 span { border-color: rgb(72,148,126); }

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