Html Css Color HEX #48978A Lochinvar

📋 copy color: '#48978A'

red 72 ◦ green 151 ◦ blue 138

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

Shades of Lochinvar #48978A

Tints of Lochinvar #48978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 19.94%
G = 41.83%
B = 38.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#48978A (or 0x48978A) is known color: Lochinvar. HEX triplet: 48, 97 and 8A. RGB value is (72,151,138). Sum of RGB (Red+Green+Blue) = 72+151+138=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #48978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48978A is #B76875. Grayscale: #7D7D7D. Windows color (decimal): -12019830 or 9082696. OLE color: 9082696.

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

Color convert

RGB 72 151 138 -
CMYK 0.52 0 0.09 0.41
HSL 170.13º 0.35% 0.44% -
HSV(B) 170.13º 0.52% 0.59% -
XYZ 18.33 25.35 27.97 -
YUV 125.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 72 151 138 0.52 0 0.09 0.41 170.13 0.35 0.44
Hex 48 97 8A 34 0 9 29 AA 23 2C
Octal 110 227 212 64 0 11 51 252 43 54
Binary 1001000 10010111 10001010 110100 0 1001 101001 10101010 100011 101100

Color Harmonies of #48978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48978A

Black with #48978A

Text Example


Text Example

White with #48978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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