#43867F

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

Shades of Lochinvar #43867F

Tints of Lochinvar #43867F

Color information

#43867F (or 0x43867F) is unknown color: approx Lochinvar. HEX triplet: 43, 86 and 7F. RGB value is (67,134,127). Sum of RGB (Red+Green+Blue) = 67+134+127=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #43867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43867F is #BC7980. Grayscale: #717171. Windows color (decimal): -12351873 or 8357443. OLE color: 8357443.

HSL color Cylindrical-coordinate representation of color #43867F: hue angle of 173.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43867F is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB67134127-
CMYK0.500.050.47
HSL173.73º33.33%39.41%-
HSV(B)173.73º50%52.55%-
XYZ14.6719.7823.12-
YUV113.17135.895.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.43%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 127 (50% from 255) = 38.72%
R=20.43%
G=40.85%
B=38.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671341270.500.050.47173.7333.3339.41
Hex43867F32052Fae2127
Octal1032061776205572564147
Binary1000011100001101111111110010010110111110101110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43867F; }

 p { color: rgb(67,134,127); }

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

<style>
 a { background-color: #43867F; }

 a { background-color: rgb(67,134,127); }

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

<style>
 span { border-color: #43867F; }

 span { border-color: rgb(67,134,127); }

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