#43857B

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

Shades of Lochinvar #43857B

Tints of Lochinvar #43857B

Color information

#43857B (or 0x43857B) is unknown color: approx Lochinvar. HEX triplet: 43, 85 and 7B. RGB value is (67,133,123). Sum of RGB (Red+Green+Blue) = 67+133+123=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #43857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43857B is #BC7A84. Grayscale: #707070. Windows color (decimal): -12352133 or 8095043. OLE color: 8095043.

HSL color Cylindrical-coordinate representation of color #43857B: hue angle of 170.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43857B is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB67133123-
CMYK0.5000.080.48
HSL170.91º33%39.22%-
HSV(B)170.91º49.62%52.16%-
XYZ14.2819.421.73-
YUV112.13134.1395.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.74%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=20.74%
G=41.18%
B=38.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671331230.5000.080.48170.913339.22
Hex43857B320830ab2127
Octal10320517362010602534147
Binary10000111000010111110111100100100011000010101011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43857B; }

 p { color: rgb(67,133,123); }

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

<style>
 a { background-color: #43857B; }

 a { background-color: rgb(67,133,123); }

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

<style>
 span { border-color: #43857B; }

 span { border-color: rgb(67,133,123); }

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