Html Css Color HEX #48938C Lochinvar

📋 copy color: '#48938C'

red 72 ◦ green 147 ◦ blue 140

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

Shades of Lochinvar #48938C

Tints of Lochinvar #48938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 20.06%
G = 40.95%
B = 39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#48938C (or 0x48938C) is known color: Lochinvar. HEX triplet: 48, 93 and 8C. RGB value is (72,147,140). Sum of RGB (Red+Green+Blue) = 72+147+140=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #48938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48938C is #B76C73. Grayscale: #7B7B7B. Windows color (decimal): -12020852 or 9212744. OLE color: 9212744.

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

Color convert

RGB 72 147 140 -
CMYK 0.51 0 0.05 0.42
HSL 174.4º 0.34% 0.43% -
HSV(B) 174.4º 0.51% 0.58% -
XYZ 17.84 24.14 28.53 -
YUV 123.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 72 147 140 0.51 0 0.05 0.42 174.4 0.34 0.43
Hex 48 93 8C 33 0 5 2A AE 22 2B
Octal 110 223 214 63 0 5 52 256 42 53
Binary 1001000 10010011 10001100 110011 0 101 101010 10101110 100010 101011

Color Harmonies of #48938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48938C

Black with #48938C

Text Example


Text Example

White with #48938C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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