#43877C

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

Shades of Lochinvar #43877C

Tints of Lochinvar #43877C

Color information

#43877C (or 0x43877C) is unknown color: approx Lochinvar. HEX triplet: 43, 87 and 7C. RGB value is (67,135,124). Sum of RGB (Red+Green+Blue) = 67+135+124=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #43877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43877C is #BC7883. Grayscale: #717171. Windows color (decimal): -12351620 or 8161091. OLE color: 8161091.

HSL color Cylindrical-coordinate representation of color #43877C: hue angle of 170.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43877C is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB67135124-
CMYK0.5000.080.47
HSL170.29º33.66%39.61%-
HSV(B)170.29º50.37%52.94%-
XYZ14.6219.9822.15-
YUV113.41133.9794.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.55%
GREEN value IS 135 (53.12% from 255) = 41.41%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=20.55%
G=41.41%
B=38.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671351240.5000.080.47170.2933.6639.61
Hex43877C32082Faa2228
Octal10320717462010572524250
Binary10000111000011111111001100100100010111110101010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43877C; }

 p { color: rgb(67,135,124); }

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

<style>
 a { background-color: #43877C; }

 a { background-color: rgb(67,135,124); }

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

<style>
 span { border-color: #43877C; }

 span { border-color: rgb(67,135,124); }

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