#43867A

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

Shades of Lochinvar #43867A

Tints of Lochinvar #43867A

Color information

#43867A (or 0x43867A) is unknown color: approx Lochinvar. HEX triplet: 43, 86 and 7A. RGB value is (67,134,122). Sum of RGB (Red+Green+Blue) = 67+134+122=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #43867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43867A is #BC7985. Grayscale: #707070. Windows color (decimal): -12351878 or 8029763. OLE color: 8029763.

HSL color Cylindrical-coordinate representation of color #43867A: hue angle of 169.25º 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 #43867A is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB67134122-
CMYK0.500.090.47
HSL169.25º33.33%39.41%-
HSV(B)169.25º50%52.55%-
XYZ14.3519.6521.45-
YUV112.6133.395.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.74%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=20.74%
G=41.49%
B=37.77%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671341220.500.090.47169.2533.3339.41
Hex43867A32092Fa92127
Octal10320617262011572514147
Binary10000111000011011110101100100100110111110101001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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