Html Css Color HEX #48958D Lochinvar

📋 copy color: '#48958D'

red 72 ◦ green 149 ◦ blue 141

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

Shades of Lochinvar #48958D

Tints of Lochinvar #48958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.16%

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

R = 19.89%
G = 41.16%
B = 38.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#48958D (or 0x48958D) is known color: Lochinvar. HEX triplet: 48, 95 and 8D. RGB value is (72,149,141). Sum of RGB (Red+Green+Blue) = 72+149+141=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #48958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48958D is #B76A72. Grayscale: #7D7D7D. Windows color (decimal): -12020339 or 9278792. OLE color: 9278792.

HSL color Cylindrical-coordinate representation of color #48958D: hue angle of 173.77º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48958D is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 141 -
CMYK 0.52 0 0.05 0.42
HSL 173.77º 0.35% 0.43% -
HSV(B) 173.77º 0.52% 0.58% -
XYZ 18.23 24.8 29.02 -
YUV 125.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 72 149 141 0.52 0 0.05 0.42 173.77 0.35 0.43
Hex 48 95 8D 34 0 5 2A AE 23 2B
Octal 110 225 215 64 0 5 52 256 43 53
Binary 1001000 10010101 10001101 110100 0 101 101010 10101110 100011 101011

Color Harmonies of #48958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48958D

Black with #48958D

Text Example


Text Example

White with #48958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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