Html Css Color HEX #48988D Lochinvar

📋 copy color: '#48988D'

red 72 ◦ green 152 ◦ blue 141

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

Shades of Lochinvar #48988D

Tints of Lochinvar #48988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 19.73%
G = 41.64%
B = 38.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#48988D (or 0x48988D) is known color: Lochinvar. HEX triplet: 48, 98 and 8D. RGB value is (72,152,141). Sum of RGB (Red+Green+Blue) = 72+152+141=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #48988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48988D is #B76772. Grayscale: #7E7E7E. Windows color (decimal): -12019571 or 9279560. OLE color: 9279560.

HSL color Cylindrical-coordinate representation of color #48988D: hue angle of 171.75º 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 #48988D is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 141 -
CMYK 0.53 0 0.07 0.40
HSL 171.75º 0.36% 0.44% -
HSV(B) 171.75º 0.53% 0.6% -
XYZ 18.71 25.76 29.18 -
YUV 126.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 72 152 141 0.53 0 0.07 0.40 171.75 0.36 0.44
Hex 48 98 8D 35 0 7 28 AC 24 2C
Octal 110 230 215 65 0 7 50 254 44 54
Binary 1001000 10011000 10001101 110101 0 111 101000 10101100 100100 101100

Color Harmonies of #48988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48988D

Black with #48988D

Text Example


Text Example

White with #48988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48988D; }

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

 H1.HeaderClassName
 {
   color: #48988D;
 }
 .AnyTagClassName
 {
   color: #48988D;
 }
</style>

background-color css

<style>
 a { background-color: #48988D; }

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

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

border-color css

<style>
 span { border-color: #48988D; }

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

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