#43857D

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

Shades of Lochinvar #43857D

Tints of Lochinvar #43857D

Color information

#43857D (or 0x43857D) is unknown color: approx Lochinvar. HEX triplet: 43, 85 and 7D. RGB value is (67,133,125). Sum of RGB (Red+Green+Blue) = 67+133+125=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #43857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43857D is #BC7A82. Grayscale: #707070. Windows color (decimal): -12352131 or 8226115. OLE color: 8226115.

HSL color Cylindrical-coordinate representation of color #43857D: hue angle of 172.73º 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 #43857D is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB67133125-
CMYK0.5000.060.48
HSL172.73º33%39.22%-
HSV(B)172.73º49.62%52.16%-
XYZ14.419.4522.4-
YUV112.35135.1395.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.62%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=20.62%
G=40.92%
B=38.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671331250.5000.060.48172.733339.22
Hex43857D320630ad2127
Octal1032051756206602554147
Binary1000011100001011111101110010011011000010101101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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