Html Css Color HEX #48967D Lochinvar

📋 copy color: '#48967D'

red 72 ◦ green 150 ◦ blue 125

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

Shades of Lochinvar #48967D

Tints of Lochinvar #48967D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 20.75%
G = 43.23%
B = 36.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#48967D (or 0x48967D) is known color: Lochinvar. HEX triplet: 48, 96 and 7D. RGB value is (72,150,125). Sum of RGB (Red+Green+Blue) = 72+150+125=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #48967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48967D is #B76982. Grayscale: #7B7B7B. Windows color (decimal): -12020099 or 8230472. OLE color: 8230472.

HSL color Cylindrical-coordinate representation of color #48967D: hue angle of 160.77º 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 #48967D is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 150 125 -
CMYK 0.52 0 0.17 0.41
HSL 160.77º 0.35% 0.44% -
HSV(B) 160.77º 0.52% 0.59% -
XYZ 17.28 24.67 23.25 -
YUV 123.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 72 150 125 0.52 0 0.17 0.41 160.77 0.35 0.44
Hex 48 96 7D 34 0 11 29 A1 23 2C
Octal 110 226 175 64 0 21 51 241 43 54
Binary 1001000 10010110 1111101 110100 0 10001 101001 10100001 100011 101100

Color Harmonies of #48967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48967D

Black with #48967D

Text Example


Text Example

White with #48967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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