Html Css Color HEX #44957C Lochinvar

📋 copy color: '#44957C'

red 68 ◦ green 149 ◦ blue 124

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

Shades of Lochinvar #44957C

Tints of Lochinvar #44957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.7%

 BLUE value IS 124 (48.83% from 255) = 36.36%

R = 19.94%
G = 43.7%
B = 36.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#44957C (or 0x44957C) is known color: Lochinvar. HEX triplet: 44, 95 and 7C. RGB value is (68,149,124). Sum of RGB (Red+Green+Blue) = 68+149+124=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #44957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44957C is #BB6A83. Grayscale: #797979. Windows color (decimal): -12282500 or 8164676. OLE color: 8164676.

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

Color convert

RGB 68 149 124 -
CMYK 0.54 0 0.17 0.42
HSL 161.48º 0.37% 0.43% -
HSV(B) 161.48º 0.54% 0.58% -
XYZ 16.77 24.18 22.85 -
YUV 121.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 68 149 124 0.54 0 0.17 0.42 161.48 0.37 0.43
Hex 44 95 7C 36 0 11 2A A1 25 2B
Octal 104 225 174 66 0 21 52 241 45 53
Binary 1000100 10010101 1111100 110110 0 10001 101010 10100001 100101 101011

Color Harmonies of #44957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44957C

Black with #44957C

Text Example


Text Example

White with #44957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,149,124); }

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

background-color css

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

 a { background-color: rgb(68,149,124); }

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

border-color css

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

 span { border-color: rgb(68,149,124); }

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