Html Css Color HEX #48918A Lochinvar

📋 copy color: '#48918A'

red 72 ◦ green 145 ◦ blue 138

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

Shades of Lochinvar #48918A

Tints of Lochinvar #48918A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 20.28%
G = 40.85%
B = 38.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#48918A (or 0x48918A) is known color: Lochinvar. HEX triplet: 48, 91 and 8A. RGB value is (72,145,138). Sum of RGB (Red+Green+Blue) = 72+145+138=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #48918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48918A is #B76E75. Grayscale: #7A7A7A. Windows color (decimal): -12021366 or 9081160. OLE color: 9081160.

HSL color Cylindrical-coordinate representation of color #48918A: hue angle of 174.25º 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 #48918A is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 138 -
CMYK 0.50 0 0.05 0.43
HSL 174.25º 0.34% 0.43% -
HSV(B) 174.25º 0.5% 0.57% -
XYZ 17.39 23.46 27.66 -
YUV 122.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 72 145 138 0.50 0 0.05 0.43 174.25 0.34 0.43
Hex 48 91 8A 32 0 5 2B AE 22 2B
Octal 110 221 212 62 0 5 53 256 42 53
Binary 1001000 10010001 10001010 110010 0 101 101011 10101110 100010 101011

Color Harmonies of #48918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48918A

Black with #48918A

Text Example


Text Example

White with #48918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48918A; }

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

 H1.HeaderClassName
 {
   color: #48918A;
 }
 .AnyTagClassName
 {
   color: #48918A;
 }
</style>

background-color css

<style>
 a { background-color: #48918A; }

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

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

border-color css

<style>
 span { border-color: #48918A; }

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

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