#42937D

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

Shades of Lochinvar #42937D

Tints of Lochinvar #42937D

Color information

#42937D (or 0x42937D) is unknown color: approx Lochinvar. HEX triplet: 42, 93 and 7D. RGB value is (66,147,125). Sum of RGB (Red+Green+Blue) = 66+147+125=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #42937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42937D is #BD6C82. Grayscale: #787878. Windows color (decimal): -12414083 or 8229698. OLE color: 8229698.

HSL color Cylindrical-coordinate representation of color #42937D: hue angle of 163.7º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42937D is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB66147125-
CMYK0.5500.150.42
HSL163.7º38.03%41.76%-
HSV(B)163.7º55.1%57.65%-
XYZ16.3823.5123.08-
YUV120.27130.6689.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=19.53%
G=43.49%
B=36.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471250.5500.150.42163.738.0341.76
Hex42937D370F2Aa4262a
Octal10222317567017522444652
Binary10000101001001111111011101110111110101010100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,147,125); }

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

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

 a { background-color: rgb(66,147,125); }

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

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

 span { border-color: rgb(66,147,125); }

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