#43928A

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

Shades of Lochinvar #43928A

Tints of Lochinvar #43928A

Color information

#43928A (or 0x43928A) is unknown color: approx Lochinvar. HEX triplet: 43, 92 and 8A. RGB value is (67,146,138). Sum of RGB (Red+Green+Blue) = 67+146+138=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #43928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43928A is #BC6D75. Grayscale: #797979. Windows color (decimal): -12348790 or 9081411. OLE color: 9081411.

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

Color convert

RGB67146138-
CMYK0.5400.050.43
HSL173.92º37.09%41.76%-
HSV(B)173.92º54.11%57.25%-
XYZ17.1823.5927.69-
YUV121.47137.3389.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.09%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=19.09%
G=41.60%
B=39.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal671461380.5400.050.43173.9237.0941.76
Hex43928A36052Bae252a
Octal1032222126605532564552
Binary10000111001001010001010110110010110101110101110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43928A; }

 p { color: rgb(67,146,138); }

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

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

 a { background-color: rgb(67,146,138); }

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

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

 span { border-color: rgb(67,146,138); }

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