#42887E

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

Shades of Lochinvar #42887E

Tints of Lochinvar #42887E

Color information

#42887E (or 0x42887E) is unknown color: approx Lochinvar. HEX triplet: 42, 88 and 7E. RGB value is (66,136,126). Sum of RGB (Red+Green+Blue) = 66+136+126=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #42887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42887E is #BD7781. Grayscale: #717171. Windows color (decimal): -12416898 or 8292418. OLE color: 8292418.

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

Color convert

RGB66136126-
CMYK0.5100.070.47
HSL171.43º34.65%39.61%-
HSV(B)171.43º51.47%53.33%-
XYZ14.8220.2722.87-
YUV113.93134.8193.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=20.12%
G=41.46%
B=38.41%

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
Decimal661361260.5100.070.47171.4334.6539.61
Hex42887E33072Fab2328
Octal1022101766307572534350
Binary1000010100010001111110110011011110111110101011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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