#42897A

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

Shades of Lochinvar #42897A

Tints of Lochinvar #42897A

Color information

#42897A (or 0x42897A) is unknown color: approx Lochinvar. HEX triplet: 42, 89 and 7A. RGB value is (66,137,122). Sum of RGB (Red+Green+Blue) = 66+137+122=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #42897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42897A is #BD7685. Grayscale: #727272. Windows color (decimal): -12416646 or 8030530. OLE color: 8030530.

HSL color Cylindrical-coordinate representation of color #42897A: hue angle of 167.32º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42897A is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB66137122-
CMYK0.5200.110.46
HSL167.32º34.98%39.8%-
HSV(B)167.32º51.82%53.73%-
XYZ14.7120.4521.59-
YUV114.06132.4893.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=20.31%
G=42.15%
B=37.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661371220.5200.110.46167.3234.9839.8
Hex42897A340B2Ea72328
Octal10221117264013562474350
Binary10000101000100111110101101000101110111010100111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42897A; }

 p { color: rgb(66,137,122); }

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

<style>
 a { background-color: #42897A; }

 a { background-color: rgb(66,137,122); }

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

<style>
 span { border-color: #42897A; }

 span { border-color: rgb(66,137,122); }

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