Html Css Color HEX #48978D Lochinvar

📋 copy color: '#48978D'

red 72 ◦ green 151 ◦ blue 141

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

Shades of Lochinvar #48978D

Tints of Lochinvar #48978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.48%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 19.78%
G = 41.48%
B = 38.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#48978D (or 0x48978D) is known color: Lochinvar. HEX triplet: 48, 97 and 8D. RGB value is (72,151,141). Sum of RGB (Red+Green+Blue) = 72+151+141=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #48978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48978D is #B76872. Grayscale: #7E7E7E. Windows color (decimal): -12019827 or 9279304. OLE color: 9279304.

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

Color convert

RGB 72 151 141 -
CMYK 0.52 0 0.07 0.41
HSL 172.41º 0.35% 0.44% -
HSV(B) 172.41º 0.52% 0.59% -
XYZ 18.55 25.43 29.13 -
YUV 126.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 72 151 141 0.52 0 0.07 0.41 172.41 0.35 0.44
Hex 48 97 8D 34 0 7 29 AC 23 2C
Octal 110 227 215 64 0 7 51 254 43 54
Binary 1001000 10010111 10001101 110100 0 111 101001 10101100 100011 101100

Color Harmonies of #48978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48978D

Black with #48978D

Text Example


Text Example

White with #48978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,151,141); }

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

background-color css

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

 a { background-color: rgb(72,151,141); }

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

border-color css

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

 span { border-color: rgb(72,151,141); }

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