Html Css Color HEX #48887E Lochinvar

📋 copy color: '#48887E'

red 72 ◦ green 136 ◦ blue 126

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

Shades of Lochinvar #48887E

Tints of Lochinvar #48887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.72%

R = 21.56%
G = 40.72%
B = 37.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#48887E (or 0x48887E) is known color: Lochinvar. HEX triplet: 48, 88 and 7E. RGB value is (72,136,126). Sum of RGB (Red+Green+Blue) = 72+136+126=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #48887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48887E is #B77781. Grayscale: #737373. Windows color (decimal): -12023682 or 8292424. OLE color: 8292424.

HSL color Cylindrical-coordinate representation of color #48887E: hue angle of 170.62º 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 #48887E is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 126 -
CMYK 0.47 0 0.07 0.47
HSL 170.63º 0.31% 0.41% -
HSV(B) 170.63º 0.47% 0.53% -
XYZ 15.24 20.49 22.89 -
YUV 115.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 72 136 126 0.47 0 0.07 0.47 170.63 0.31 0.41
Hex 48 88 7E 2F 0 7 2F AB 1F 29
Octal 110 210 176 57 0 7 57 253 37 51
Binary 1001000 10001000 1111110 101111 0 111 101111 10101011 11111 101001

Color Harmonies of #48887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48887E

Black with #48887E

Text Example


Text Example

White with #48887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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