Html Css Color HEX #48947F Lochinvar

📋 copy color: '#48947F'

red 72 ◦ green 148 ◦ blue 127

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

Shades of Lochinvar #48947F

Tints of Lochinvar #48947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

 BLUE value IS 127 (50% from 255) = 36.6%

R = 20.75%
G = 42.65%
B = 36.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#48947F (or 0x48947F) is known color: Lochinvar. HEX triplet: 48, 94 and 7F. RGB value is (72,148,127). Sum of RGB (Red+Green+Blue) = 72+148+127=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #48947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48947F is #B76B80. Grayscale: #7A7A7A. Windows color (decimal): -12020609 or 8361032. OLE color: 8361032.

HSL color Cylindrical-coordinate representation of color #48947F: hue angle of 163.42º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48947F is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 148 127 -
CMYK 0.51 0 0.14 0.42
HSL 163.42º 0.35% 0.43% -
HSV(B) 163.42º 0.51% 0.58% -
XYZ 17.09 24.09 23.83 -
YUV 122.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 72 148 127 0.51 0 0.14 0.42 163.42 0.35 0.43
Hex 48 94 7F 33 0 E 2A A3 23 2B
Octal 110 224 177 63 0 16 52 243 43 53
Binary 1001000 10010100 1111111 110011 0 1110 101010 10100011 100011 101011

Color Harmonies of #48947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48947F

Black with #48947F

Text Example


Text Example

White with #48947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48947F; }

 p { color: rgb(72,148,127); }

 H1.HeaderClassName
 {
   color: #48947F;
 }
 .AnyTagClassName
 {
   color: #48947F;
 }
</style>

background-color css

<style>
 a { background-color: #48947F; }

 a { background-color: rgb(72,148,127); }

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

border-color css

<style>
 span { border-color: #48947F; }

 span { border-color: rgb(72,148,127); }

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