#448B7F

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

Shades of Lochinvar #448B7F

Tints of Lochinvar #448B7F

Color information

#448B7F (or 0x448B7F) is unknown color: approx Lochinvar. HEX triplet: 44, 8B and 7F. RGB value is (68,139,127). Sum of RGB (Red+Green+Blue) = 68+139+127=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #448B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B7F is #BB7480. Grayscale: #747474. Windows color (decimal): -12285057 or 8358724. OLE color: 8358724.

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

Color convert

RGB68139127-
CMYK0.5100.090.45
HSL169.86º34.3%40.59%-
HSV(B)169.86º51.08%54.51%-
XYZ15.4521.2323.36-
YUV116.4133.9893.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 127 (50% from 255) = 38.02%
R=20.36%
G=41.62%
B=38.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681391270.5100.090.45169.8634.340.59
Hex448B7F33092Daa2229
Octal10421317763011552524251
Binary10001001000101111111111100110100110110110101010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,139,127); }

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

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

 a { background-color: rgb(68,139,127); }

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

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

 span { border-color: rgb(68,139,127); }

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