Html Css Color HEX #48998C Lochinvar

📋 copy color: '#48998C'

red 72 ◦ green 153 ◦ blue 140

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

Shades of Lochinvar #48998C

Tints of Lochinvar #48998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.92%

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 19.73%
G = 41.92%
B = 38.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#48998C (or 0x48998C) is known color: Lochinvar. HEX triplet: 48, 99 and 8C. RGB value is (72,153,140). Sum of RGB (Red+Green+Blue) = 72+153+140=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #48998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48998C is #B76673. Grayscale: #7F7F7F. Windows color (decimal): -12019316 or 9214280. OLE color: 9214280.

HSL color Cylindrical-coordinate representation of color #48998C: hue angle of 170.37º 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 #48998C is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 140 -
CMYK 0.53 0 0.08 0.4
HSL 170.37º 0.36% 0.44% -
HSV(B) 170.37º 0.53% 0.6% -
XYZ 18.8 26.05 28.85 -
YUV 127.3 135.16 88.56 -
System Red Green Blue C M Y K H S L
Decimal 72 153 140 0.53 0 0.08 0.4 170.37 0.36 0.44
Hex 48 99 8C 35 0 8 28 AA 24 2C
Octal 110 231 214 65 0 10 50 252 44 54
Binary 1001000 10011001 10001100 110101 0 1000 101000 10101010 100100 101100

Color Harmonies of #48998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48998C

Black with #48998C

Text Example


Text Example

White with #48998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,153,140); }

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

background-color css

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

 a { background-color: rgb(72,153,140); }

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

border-color css

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

 span { border-color: rgb(72,153,140); }

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