Html Css Color HEX #48917D Lochinvar

📋 copy color: '#48917D'

red 72 ◦ green 145 ◦ blue 125

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

Shades of Lochinvar #48917D

Tints of Lochinvar #48917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.4%

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 21.05%
G = 42.4%
B = 36.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#48917D (or 0x48917D) is known color: Lochinvar. HEX triplet: 48, 91 and 7D. RGB value is (72,145,125). Sum of RGB (Red+Green+Blue) = 72+145+125=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #48917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48917D is #B76E82. Grayscale: #787878. Windows color (decimal): -12021379 or 8229192. OLE color: 8229192.

HSL color Cylindrical-coordinate representation of color #48917D: hue angle of 163.56º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48917D is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 125 -
CMYK 0.50 0 0.14 0.43
HSL 163.56º 0.34% 0.43% -
HSV(B) 163.56º 0.5% 0.57% -
XYZ 16.5 23.11 22.99 -
YUV 120.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 72 145 125 0.50 0 0.14 0.43 163.56 0.34 0.43
Hex 48 91 7D 32 0 E 2B A4 22 2B
Octal 110 221 175 62 0 16 53 244 42 53
Binary 1001000 10010001 1111101 110010 0 1110 101011 10100100 100010 101011

Color Harmonies of #48917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48917D

Black with #48917D

Text Example


Text Example

White with #48917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,145,125); }

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

background-color css

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

 a { background-color: rgb(72,145,125); }

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

border-color css

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

 span { border-color: rgb(72,145,125); }

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