#43867D

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

Shades of Lochinvar #43867D

Tints of Lochinvar #43867D

Color information

#43867D (or 0x43867D) is unknown color: approx Lochinvar. HEX triplet: 43, 86 and 7D. RGB value is (67,134,125). Sum of RGB (Red+Green+Blue) = 67+134+125=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #43867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43867D is #BC7982. Grayscale: #707070. Windows color (decimal): -12351875 or 8226371. OLE color: 8226371.

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

Color convert

RGB67134125-
CMYK0.500.070.47
HSL171.94º33.33%39.41%-
HSV(B)171.94º50%52.55%-
XYZ14.5419.7222.44-
YUV112.94134.895.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.55%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=20.55%
G=41.10%
B=38.34%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671341250.500.070.47171.9433.3339.41
Hex43867D32072Fac2127
Octal1032061756207572544147
Binary1000011100001101111101110010011110111110101100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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