#43907C

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

Shades of Lochinvar #43907C

Tints of Lochinvar #43907C

Color information

#43907C (or 0x43907C) is unknown color: approx Lochinvar. HEX triplet: 43, 90 and 7C. RGB value is (67,144,124). Sum of RGB (Red+Green+Blue) = 67+144+124=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #43907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43907C is #BC6F83. Grayscale: #767676. Windows color (decimal): -12349316 or 8163395. OLE color: 8163395.

HSL color Cylindrical-coordinate representation of color #43907C: hue angle of 164.42º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43907C is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB67144124-
CMYK0.5300.140.44
HSL164.42º36.49%41.37%-
HSV(B)164.42º53.47%56.47%-
XYZ15.9322.622.59-
YUV118.7130.9991.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=20%
G=42.99%
B=37.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671441240.5300.140.44164.4236.4941.37
Hex43907C350E2Ca42429
Octal10322017465016542444451
Binary10000111001000011111001101010111010110010100100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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