#43998D

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

Shades of Lochinvar #43998D

Tints of Lochinvar #43998D

Color information

#43998D (or 0x43998D) is unknown color: approx Lochinvar. HEX triplet: 43, 99 and 8D. RGB value is (67,153,141). Sum of RGB (Red+Green+Blue) = 67+153+141=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #43998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43998D is #BC6672. Grayscale: #7D7D7D. Windows color (decimal): -12346995 or 9279811. OLE color: 9279811.

HSL color Cylindrical-coordinate representation of color #43998D: hue angle of 171.63º 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 #43998D is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB67153141-
CMYK0.5600.080.4
HSL171.63º39.09%43.14%-
HSV(B)171.63º56.21%60%-
XYZ18.5125.929.22-
YUV125.92136.5185.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.56%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=18.56%
G=42.38%
B=39.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal671531410.5600.080.4171.6339.0943.14
Hex43998D380828ac272b
Octal10323121570010502544753
Binary100001110011001100011011110000100010100010101100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,153,141); }

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

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

 a { background-color: rgb(67,153,141); }

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

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

 span { border-color: rgb(67,153,141); }

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