#43897C

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

Shades of Lochinvar #43897C

Tints of Lochinvar #43897C

Color information

#43897C (or 0x43897C) is unknown color: approx Lochinvar. HEX triplet: 43, 89 and 7C. RGB value is (67,137,124). Sum of RGB (Red+Green+Blue) = 67+137+124=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #43897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43897C is #BC7683. Grayscale: #727272. Windows color (decimal): -12351108 or 8161603. OLE color: 8161603.

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

Color convert

RGB67137124-
CMYK0.5100.090.46
HSL168.86º34.31%40%-
HSV(B)168.86º51.09%53.73%-
XYZ14.920.5422.25-
YUV114.59133.3194.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.43%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=20.43%
G=41.77%
B=37.80%

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
Decimal671371240.5100.090.46168.8634.3140
Hex43897C33092Ea92228
Octal10321117463011562514250
Binary10000111000100111111001100110100110111010101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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