Html Css Color HEX #449178 Lochinvar

📋 copy color: '#449178'

red 68 ◦ green 145 ◦ blue 120

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

Shades of Lochinvar #449178

Tints of Lochinvar #449178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.04%

R = 20.42%
G = 43.54%
B = 36.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#449178 (or 0x449178) is known color: Lochinvar. HEX triplet: 44, 91 and 78. RGB value is (68,145,120). Sum of RGB (Red+Green+Blue) = 68+145+120=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #449178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449178 is #BB6E87. Grayscale: #777777. Windows color (decimal): -12283528 or 7901508. OLE color: 7901508.

HSL color Cylindrical-coordinate representation of color #449178: hue angle of 160.52º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449178 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 120 -
CMYK 0.53 0 0.17 0.43
HSL 160.52º 0.36% 0.42% -
HSV(B) 160.52º 0.53% 0.57% -
XYZ 15.9 22.84 21.34 -
YUV 119.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 68 145 120 0.53 0 0.17 0.43 160.52 0.36 0.42
Hex 44 91 78 35 0 11 2B A1 24 2A
Octal 104 221 170 65 0 21 53 241 44 52
Binary 1000100 10010001 1111000 110101 0 10001 101011 10100001 100100 101010

Color Harmonies of #449178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449178

Black with #449178

Text Example


Text Example

White with #449178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449178; }

 p { color: rgb(68,145,120); }

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

background-color css

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

 a { background-color: rgb(68,145,120); }

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

border-color css

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

 span { border-color: rgb(68,145,120); }

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