Html Css Color HEX #48887C Lochinvar

📋 copy color: '#48887C'

red 72 ◦ green 136 ◦ blue 124

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

Shades of Lochinvar #48887C

Tints of Lochinvar #48887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.96%

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

R = 21.69%
G = 40.96%
B = 37.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#48887C (or 0x48887C) is known color: Lochinvar. HEX triplet: 48, 88 and 7C. RGB value is (72,136,124). Sum of RGB (Red+Green+Blue) = 72+136+124=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #48887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48887C is #B77783. Grayscale: #737373. Windows color (decimal): -12023684 or 8161352. OLE color: 8161352.

HSL color Cylindrical-coordinate representation of color #48887C: hue angle of 168.75º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48887C is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 124 -
CMYK 0.47 0 0.09 0.47
HSL 168.75º 0.31% 0.41% -
HSV(B) 168.75º 0.47% 0.53% -
XYZ 15.11 20.44 22.22 -
YUV 115.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 72 136 124 0.47 0 0.09 0.47 168.75 0.31 0.41
Hex 48 88 7C 2F 0 9 2F A9 1F 29
Octal 110 210 174 57 0 11 57 251 37 51
Binary 1001000 10001000 1111100 101111 0 1001 101111 10101001 11111 101001

Color Harmonies of #48887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48887C

Black with #48887C

Text Example


Text Example

White with #48887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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