Html Css Color HEX #48987C Lochinvar

📋 copy color: '#48987C'

red 72 ◦ green 152 ◦ blue 124

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

Shades of Lochinvar #48987C

Tints of Lochinvar #48987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 20.69%
G = 43.68%
B = 35.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#48987C (or 0x48987C) is known color: Lochinvar. HEX triplet: 48, 98 and 7C. RGB value is (72,152,124). Sum of RGB (Red+Green+Blue) = 72+152+124=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #48987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48987C is #B76783. Grayscale: #7C7C7C. Windows color (decimal): -12019588 or 8165448. OLE color: 8165448.

HSL color Cylindrical-coordinate representation of color #48987C: hue angle of 159º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48987C is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 124 -
CMYK 0.53 0 0.18 0.40
HSL 159º 0.36% 0.44% -
HSV(B) 159º 0.53% 0.6% -
XYZ 17.54 25.29 23.03 -
YUV 124.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 72 152 124 0.53 0 0.18 0.40 159 0.36 0.44
Hex 48 98 7C 35 0 12 28 9F 24 2C
Octal 110 230 174 65 0 22 50 237 44 54
Binary 1001000 10011000 1111100 110101 0 10010 101000 10011111 100100 101100

Color Harmonies of #48987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48987C

Black with #48987C

Text Example


Text Example

White with #48987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48987C; }

 p { color: rgb(72,152,124); }

 H1.HeaderClassName
 {
   color: #48987C;
 }
 .AnyTagClassName
 {
   color: #48987C;
 }
</style>

background-color css

<style>
 a { background-color: #48987C; }

 a { background-color: rgb(72,152,124); }

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

border-color css

<style>
 span { border-color: #48987C; }

 span { border-color: rgb(72,152,124); }

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