#43988C

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

Shades of Lochinvar #43988C

Tints of Lochinvar #43988C

Color information

#43988C (or 0x43988C) is unknown color: approx Lochinvar. HEX triplet: 43, 98 and 8C. RGB value is (67,152,140). Sum of RGB (Red+Green+Blue) = 67+152+140=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #43988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43988C is #BC6773. Grayscale: #7D7D7D. Windows color (decimal): -12347252 or 9214019. OLE color: 9214019.

HSL color Cylindrical-coordinate representation of color #43988C: hue angle of 171.53º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43988C is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB67152140-
CMYK0.5600.080.40
HSL171.53º38.81%42.94%-
HSV(B)171.53º55.92%59.61%-
XYZ18.2825.5428.78-
YUV125.22136.3486.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.66%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=18.66%
G=42.34%
B=39.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal671521400.5600.080.40171.5338.8142.94
Hex43988C380828ac272b
Octal10323021470010502544753
Binary100001110011000100011001110000100010100010101100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,152,140); }

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

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

 a { background-color: rgb(67,152,140); }

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

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

 span { border-color: rgb(67,152,140); }

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