Html Css Color HEX #48967B Lochinvar

📋 copy color: '#48967B'

red 72 ◦ green 150 ◦ blue 123

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

Shades of Lochinvar #48967B

Tints of Lochinvar #48967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

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

R = 20.87%
G = 43.48%
B = 35.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#48967B (or 0x48967B) is known color: Lochinvar. HEX triplet: 48, 96 and 7B. RGB value is (72,150,123). Sum of RGB (Red+Green+Blue) = 72+150+123=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #48967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48967B is #B76984. Grayscale: #7B7B7B. Windows color (decimal): -12020101 or 8099400. OLE color: 8099400.

HSL color Cylindrical-coordinate representation of color #48967B: hue angle of 159.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48967B is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 150 123 -
CMYK 0.52 0 0.18 0.41
HSL 159.23º 0.35% 0.44% -
HSV(B) 159.23º 0.52% 0.59% -
XYZ 17.15 24.62 22.59 -
YUV 123.6 127.66 91.2 -
System Red Green Blue C M Y K H S L
Decimal 72 150 123 0.52 0 0.18 0.41 159.23 0.35 0.44
Hex 48 96 7B 34 0 12 29 9F 23 2C
Octal 110 226 173 64 0 22 51 237 43 54
Binary 1001000 10010110 1111011 110100 0 10010 101001 10011111 100011 101100

Color Harmonies of #48967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48967B

Black with #48967B

Text Example


Text Example

White with #48967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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