#43897D

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

Shades of Lochinvar #43897D

Tints of Lochinvar #43897D

Color information

#43897D (or 0x43897D) is unknown color: approx Lochinvar. HEX triplet: 43, 89 and 7D. RGB value is (67,137,125). Sum of RGB (Red+Green+Blue) = 67+137+125=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #43897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43897D is #BC7682. Grayscale: #727272. Windows color (decimal): -12351107 or 8227139. OLE color: 8227139.

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

Color convert

RGB67137125-
CMYK0.5100.090.46
HSL169.71º34.31%40%-
HSV(B)169.71º51.09%53.73%-
XYZ14.9620.5722.58-
YUV114.7133.8193.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.36%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=20.36%
G=41.64%
B=37.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal671371250.5100.090.46169.7134.3140
Hex43897D33092Eaa2228
Octal10321117563011562524250
Binary10000111000100111111011100110100110111010101010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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