Html Css Color HEX #448879 Lochinvar

📋 copy color: '#448879'

red 68 ◦ green 136 ◦ blue 121

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

Shades of Lochinvar #448879

Tints of Lochinvar #448879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.85%

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

R = 20.92%
G = 41.85%
B = 37.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#448879 (or 0x448879) is known color: Lochinvar. HEX triplet: 44, 88 and 79. RGB value is (68,136,121). Sum of RGB (Red+Green+Blue) = 68+136+121=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #448879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448879 is #BB7786. Grayscale: #717171. Windows color (decimal): -12285831 or 7964740. OLE color: 7964740.

HSL color Cylindrical-coordinate representation of color #448879: hue angle of 166.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448879 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 136 121 -
CMYK 0.50 0 0.11 0.47
HSL 166.76º 0.33% 0.4% -
HSV(B) 166.76º 0.5% 0.53% -
XYZ 14.64 20.22 21.22 -
YUV 113.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 68 136 121 0.50 0 0.11 0.47 166.76 0.33 0.4
Hex 44 88 79 32 0 B 2F A7 21 28
Octal 104 210 171 62 0 13 57 247 41 50
Binary 1000100 10001000 1111001 110010 0 1011 101111 10100111 100001 101000

Color Harmonies of #448879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448879

Black with #448879

Text Example


Text Example

White with #448879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448879; }

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

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

background-color css

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

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

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

border-color css

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

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

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