#448D7D

Color #448D7D Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #448D7D

Tints of Lochinvar #448D7D

Color information

#448D7D (or 0x448D7D) is unknown color: approx Lochinvar. HEX triplet: 44, 8D and 7D. RGB value is (68,141,125). Sum of RGB (Red+Green+Blue) = 68+141+125=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #448D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D7D is #BB7282. Grayscale: #757575. Windows color (decimal): -12284547 or 8228164. OLE color: 8228164.

HSL color Cylindrical-coordinate representation of color #448D7D: hue angle of 166.85º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D7D is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB68141125-
CMYK0.5200.110.45
HSL166.85º34.93%40.98%-
HSV(B)166.85º51.77%55.29%-
XYZ15.6121.7622.78-
YUV117.35132.3292.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=20.36%
G=42.22%
B=37.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681411250.5200.110.45166.8534.9340.98
Hex448D7D340B2Da72329
Octal10421517564013552474351
Binary10001001000110111111011101000101110110110100111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448D7D; }

 p { color: rgb(68,141,125); }

 H1.HeaderClassName
 {
   color: #448D7D;
 }
 .AnyTagClassName
 {
   color: #448D7D;
 }
</style>
background-color css

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

 a { background-color: rgb(68,141,125); }

 div.DivClassName
 {
   background-color: #448D7D;
 }
 .BgClassName
 {
   background-color: #448D7D;
 }
</style>
border-color css

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

 span { border-color: rgb(68,141,125); }

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