#43897A

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

Shades of Lochinvar #43897A

Tints of Lochinvar #43897A

Color information

#43897A (or 0x43897A) is unknown color: approx Lochinvar. HEX triplet: 43, 89 and 7A. RGB value is (67,137,122). Sum of RGB (Red+Green+Blue) = 67+137+122=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #43897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43897A is #BC7685. Grayscale: #727272. Windows color (decimal): -12351110 or 8030531. OLE color: 8030531.

HSL color Cylindrical-coordinate representation of color #43897A: hue angle of 167.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43897A is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB67137122-
CMYK0.5100.110.46
HSL167.14º34.31%40%-
HSV(B)167.14º51.09%53.73%-
XYZ14.7720.4921.59-
YUV114.36132.3194.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.55%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=20.55%
G=42.02%
B=37.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal671371220.5100.110.46167.1434.3140
Hex43897A330B2Ea72228
Octal10321117263013562474250
Binary10000111000100111110101100110101110111010100111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,137,122); }

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

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

 a { background-color: rgb(67,137,122); }

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

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

 span { border-color: rgb(67,137,122); }

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