#42877E

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

Shades of Lochinvar #42877E

Tints of Lochinvar #42877E

Color information

#42877E (or 0x42877E) is unknown color: approx Lochinvar. HEX triplet: 42, 87 and 7E. RGB value is (66,135,126). Sum of RGB (Red+Green+Blue) = 66+135+126=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #42877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42877E is #BD7881. Grayscale: #717171. Windows color (decimal): -12417154 or 8292162. OLE color: 8292162.

HSL color Cylindrical-coordinate representation of color #42877E: hue angle of 172.17º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42877E is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB66135126-
CMYK0.5100.070.47
HSL172.17º34.33%39.41%-
HSV(B)172.17º51.11%52.94%-
XYZ14.6819.9922.82-
YUV113.34135.1494.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=20.18%
G=41.28%
B=38.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661351260.5100.070.47172.1734.3339.41
Hex42877E33072Fac2227
Octal1022071766307572544247
Binary1000010100001111111110110011011110111110101100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42877E; }

 p { color: rgb(66,135,126); }

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

<style>
 a { background-color: #42877E; }

 a { background-color: rgb(66,135,126); }

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

<style>
 span { border-color: #42877E; }

 span { border-color: rgb(66,135,126); }

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