#43877E

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

Shades of Lochinvar #43877E

Tints of Lochinvar #43877E

Color information

#43877E (or 0x43877E) is unknown color: approx Lochinvar. HEX triplet: 43, 87 and 7E. RGB value is (67,135,126). Sum of RGB (Red+Green+Blue) = 67+135+126=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #43877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43877E is #BC7881. Grayscale: #717171. Windows color (decimal): -12351618 or 8292163. OLE color: 8292163.

HSL color Cylindrical-coordinate representation of color #43877E: hue angle of 172.06º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43877E is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB67135126-
CMYK0.5000.070.47
HSL172.06º33.66%39.61%-
HSV(B)172.06º50.37%52.94%-
XYZ14.7420.0322.83-
YUV113.64134.9794.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.43%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=20.43%
G=41.16%
B=38.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671351260.5000.070.47172.0633.6639.61
Hex43877E32072Fac2228
Octal1032071766207572544250
Binary1000011100001111111110110010011110111110101100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43877E; }

 p { color: rgb(67,135,126); }

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

<style>
 a { background-color: #43877E; }

 a { background-color: rgb(67,135,126); }

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

<style>
 span { border-color: #43877E; }

 span { border-color: rgb(67,135,126); }

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