#43897B

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

Shades of Lochinvar #43897B

Tints of Lochinvar #43897B

Color information

#43897B (or 0x43897B) is unknown color: approx Lochinvar. HEX triplet: 43, 89 and 7B. RGB value is (67,137,123). Sum of RGB (Red+Green+Blue) = 67+137+123=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #43897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43897B is #BC7684. Grayscale: #727272. Windows color (decimal): -12351109 or 8096067. OLE color: 8096067.

HSL color Cylindrical-coordinate representation of color #43897B: hue angle of 168º 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 #43897B is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB67137123-
CMYK0.5100.100.46
HSL168º34.31%40%-
HSV(B)168º51.09%53.73%-
XYZ14.8420.5121.92-
YUV114.47132.8194.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.49%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=20.49%
G=41.90%
B=37.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal671371230.5100.100.4616834.3140
Hex43897B330A2Ea82228
Octal10321117363012562504250
Binary10000111000100111110111100110101010111010101000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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