Html Css Color HEX #48917B Lochinvar

📋 copy color: '#48917B'

red 72 ◦ green 145 ◦ blue 123

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

Shades of Lochinvar #48917B

Tints of Lochinvar #48917B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 21.18%
G = 42.65%
B = 36.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#48917B (or 0x48917B) is known color: Lochinvar. HEX triplet: 48, 91 and 7B. RGB value is (72,145,123). Sum of RGB (Red+Green+Blue) = 72+145+123=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #48917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48917B is #B76E84. Grayscale: #787878. Windows color (decimal): -12021381 or 8098120. OLE color: 8098120.

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

Color convert

RGB 72 145 123 -
CMYK 0.50 0 0.15 0.43
HSL 161.92º 0.34% 0.43% -
HSV(B) 161.92º 0.5% 0.57% -
XYZ 16.37 23.06 22.33 -
YUV 120.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 72 145 123 0.50 0 0.15 0.43 161.92 0.34 0.43
Hex 48 91 7B 32 0 F 2B A2 22 2B
Octal 110 221 173 62 0 17 53 242 42 53
Binary 1001000 10010001 1111011 110010 0 1111 101011 10100010 100010 101011

Color Harmonies of #48917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48917B

Black with #48917B

Text Example


Text Example

White with #48917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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