Html Css Color HEX #48967A Lochinvar

📋 copy color: '#48967A'

red 72 ◦ green 150 ◦ blue 122

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

Shades of Lochinvar #48967A

Tints of Lochinvar #48967A

RGB

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

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

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

R = 20.93%
G = 43.6%
B = 35.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#48967A (or 0x48967A) is known color: Lochinvar. HEX triplet: 48, 96 and 7A. RGB value is (72,150,122). Sum of RGB (Red+Green+Blue) = 72+150+122=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #48967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48967A is #B76985. Grayscale: #7B7B7B. Windows color (decimal): -12020102 or 8033864. OLE color: 8033864.

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

Color convert

RGB 72 150 122 -
CMYK 0.52 0 0.19 0.41
HSL 158.46º 0.35% 0.44% -
HSV(B) 158.46º 0.52% 0.59% -
XYZ 17.09 24.6 22.26 -
YUV 123.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 72 150 122 0.52 0 0.19 0.41 158.46 0.35 0.44
Hex 48 96 7A 34 0 13 29 9E 23 2C
Octal 110 226 172 64 0 23 51 236 43 54
Binary 1001000 10010110 1111010 110100 0 10011 101001 10011110 100011 101100

Color Harmonies of #48967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48967A

Black with #48967A

Text Example


Text Example

White with #48967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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