Html Css Color HEX #48957A Lochinvar

📋 copy color: '#48957A'

red 72 ◦ green 149 ◦ blue 122

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

Shades of Lochinvar #48957A

Tints of Lochinvar #48957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 20.99%
G = 43.44%
B = 35.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#48957A (or 0x48957A) is known color: Lochinvar. HEX triplet: 48, 95 and 7A. RGB value is (72,149,122). Sum of RGB (Red+Green+Blue) = 72+149+122=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #48957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48957A is #B76A85. Grayscale: #7A7A7A. Windows color (decimal): -12020358 or 8033608. OLE color: 8033608.

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

Color convert

RGB 72 149 122 -
CMYK 0.52 0 0.18 0.42
HSL 158.96º 0.35% 0.43% -
HSV(B) 158.96º 0.52% 0.58% -
XYZ 16.93 24.28 22.21 -
YUV 122.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 72 149 122 0.52 0 0.18 0.42 158.96 0.35 0.43
Hex 48 95 7A 34 0 12 2A 9F 23 2B
Octal 110 225 172 64 0 22 52 237 43 53
Binary 1001000 10010101 1111010 110100 0 10010 101010 10011111 100011 101011

Color Harmonies of #48957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48957A

Black with #48957A

Text Example


Text Example

White with #48957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,149,122); }

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

background-color css

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

 a { background-color: rgb(72,149,122); }

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

border-color css

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

 span { border-color: rgb(72,149,122); }

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