Html Css Color HEX #48887F Lochinvar

📋 copy color: '#48887F'

red 72 ◦ green 136 ◦ blue 127

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

Shades of Lochinvar #48887F

Tints of Lochinvar #48887F

RGB

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

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

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

R = 21.49%
G = 40.6%
B = 37.91%

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

#48887F (or 0x48887F) is known color: Lochinvar. HEX triplet: 48, 88 and 7F. RGB value is (72,136,127). Sum of RGB (Red+Green+Blue) = 72+136+127=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #48887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48887F is #B77780. Grayscale: #737373. Windows color (decimal): -12023681 or 8357960. OLE color: 8357960.

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

Color convert

RGB 72 136 127 -
CMYK 0.47 0 0.07 0.47
HSL 171.56º 0.31% 0.41% -
HSV(B) 171.56º 0.47% 0.53% -
XYZ 15.31 20.52 23.23 -
YUV 115.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 72 136 127 0.47 0 0.07 0.47 171.56 0.31 0.41
Hex 48 88 7F 2F 0 7 2F AC 1F 29
Octal 110 210 177 57 0 7 57 254 37 51
Binary 1001000 10001000 1111111 101111 0 111 101111 10101100 11111 101001

Color Harmonies of #48887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48887F

Black with #48887F

Text Example


Text Example

White with #48887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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