Html Css Color HEX #448979 Lochinvar

📋 copy color: '#448979'

red 68 ◦ green 137 ◦ blue 121

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

Shades of Lochinvar #448979

Tints of Lochinvar #448979

RGB

 RED value IS 68 (26.95% from 255) = 20.86%

 GREEN value IS 137 (53.91% from 255) = 42.02%

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 20.86%
G = 42.02%
B = 37.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#448979 (or 0x448979) is known color: Lochinvar. HEX triplet: 44, 89 and 79. RGB value is (68,137,121). Sum of RGB (Red+Green+Blue) = 68+137+121=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #448979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448979 is #BB7686. Grayscale: #727272. Windows color (decimal): -12285575 or 7964996. OLE color: 7964996.

HSL color Cylindrical-coordinate representation of color #448979: hue angle of 166.09º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448979 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 121 -
CMYK 0.50 0 0.12 0.46
HSL 166.09º 0.34% 0.4% -
HSV(B) 166.09º 0.5% 0.54% -
XYZ 14.78 20.5 21.27 -
YUV 114.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 68 137 121 0.50 0 0.12 0.46 166.09 0.34 0.4
Hex 44 89 79 32 0 C 2E A6 22 28
Octal 104 211 171 62 0 14 56 246 42 50
Binary 1000100 10001001 1111001 110010 0 1100 101110 10100110 100010 101000

Color Harmonies of #448979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448979

Black with #448979

Text Example


Text Example

White with #448979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448979; }

 p { color: rgb(68,137,121); }

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

background-color css

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

 a { background-color: rgb(68,137,121); }

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

border-color css

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

 span { border-color: rgb(68,137,121); }

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