#42837C

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

Shades of Lochinvar #42837C

Tints of Lochinvar #42837C

Color information

#42837C (or 0x42837C) is unknown color: approx Lochinvar. HEX triplet: 42, 83 and 7C. RGB value is (66,131,124). Sum of RGB (Red+Green+Blue) = 66+131+124=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #42837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42837C is #BD7C83. Grayscale: #6E6E6E. Windows color (decimal): -12418180 or 8160066. OLE color: 8160066.

HSL color Cylindrical-coordinate representation of color #42837C: hue angle of 173.54º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42837C is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB66131124-
CMYK0.5000.050.49
HSL173.54º32.99%38.63%-
HSV(B)173.54º49.62%51.37%-
XYZ1418.8521.97-
YUV110.77135.4796.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=20.56%
G=40.81%
B=38.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661311240.5000.050.49173.5432.9938.63
Hex42837C320531ae2127
Octal1022031746205612564147
Binary1000010100000111111100110010010111000110101110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,131,124); }

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

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

 a { background-color: rgb(66,131,124); }

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

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

 span { border-color: rgb(66,131,124); }

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