#448C85

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

Shades of Lochinvar #448C85

Tints of Lochinvar #448C85

Color information

#448C85 (or 0x448C85) is unknown color: approx Lochinvar. HEX triplet: 44, 8C and 85. RGB value is (68,140,133). Sum of RGB (Red+Green+Blue) = 68+140+133=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #448C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448C85 is #BB737A. Grayscale: #757575. Windows color (decimal): -12284795 or 8752196. OLE color: 8752196.

HSL color Cylindrical-coordinate representation of color #448C85: hue angle of 174.17º degrees, saturation: 0.35, 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 #448C85 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB68140133-
CMYK0.5100.050.45
HSL174.17º34.62%40.78%-
HSV(B)174.17º51.43%54.9%-
XYZ1621.6825.53-
YUV117.67136.6592.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=19.94%
G=41.06%
B=39.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681401330.5100.050.45174.1734.6240.78
Hex448C8533052Dae2329
Octal1042142056305552564351
Binary10001001000110010000101110011010110110110101110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,140,133); }

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

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

 a { background-color: rgb(68,140,133); }

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

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

 span { border-color: rgb(68,140,133); }

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