Html Css Color HEX #48917A Lochinvar

📋 copy color: '#48917A'

red 72 ◦ green 145 ◦ blue 122

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

Shades of Lochinvar #48917A

Tints of Lochinvar #48917A

RGB

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

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

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

R = 21.24%
G = 42.77%
B = 35.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#48917A (or 0x48917A) is known color: Lochinvar. HEX triplet: 48, 91 and 7A. RGB value is (72,145,122). Sum of RGB (Red+Green+Blue) = 72+145+122=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #48917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48917A is #B76E85. Grayscale: #787878. Windows color (decimal): -12021382 or 8032584. OLE color: 8032584.

HSL color Cylindrical-coordinate representation of color #48917A: hue angle of 161.1º degrees, saturation: 0.34, 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 #48917A is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 122 -
CMYK 0.50 0 0.16 0.43
HSL 161.1º 0.34% 0.43% -
HSV(B) 161.1º 0.5% 0.57% -
XYZ 16.31 23.03 22 -
YUV 120.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 72 145 122 0.50 0 0.16 0.43 161.1 0.34 0.43
Hex 48 91 7A 32 0 10 2B A1 22 2B
Octal 110 221 172 62 0 20 53 241 42 53
Binary 1001000 10010001 1111010 110010 0 10000 101011 10100001 100010 101011

Color Harmonies of #48917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48917A

Black with #48917A

Text Example


Text Example

White with #48917A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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