Html Css Color HEX #449379 Lochinvar

📋 copy color: '#449379'

red 68 ◦ green 147 ◦ blue 121

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

Shades of Lochinvar #449379

Tints of Lochinvar #449379

RGB

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

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

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

R = 20.24%
G = 43.75%
B = 36.01%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#449379 (or 0x449379) is known color: Lochinvar. HEX triplet: 44, 93 and 79. RGB value is (68,147,121). Sum of RGB (Red+Green+Blue) = 68+147+121=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #449379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449379 is #BB6C86. Grayscale: #787878. Windows color (decimal): -12283015 or 7967556. OLE color: 7967556.

HSL color Cylindrical-coordinate representation of color #449379: hue angle of 160.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449379 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 147 121 -
CMYK 0.54 0 0.18 0.42
HSL 160.25º 0.37% 0.42% -
HSV(B) 160.25º 0.54% 0.58% -
XYZ 16.27 23.48 21.76 -
YUV 120.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 68 147 121 0.54 0 0.18 0.42 160.25 0.37 0.42
Hex 44 93 79 36 0 12 2A A0 25 2A
Octal 104 223 171 66 0 22 52 240 45 52
Binary 1000100 10010011 1111001 110110 0 10010 101010 10100000 100101 101010

Color Harmonies of #449379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449379

Black with #449379

Text Example


Text Example

White with #449379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449379; }

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

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

background-color css

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

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

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

border-color css

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

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

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