#42857B

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

Shades of Lochinvar #42857B

Tints of Lochinvar #42857B

Color information

#42857B (or 0x42857B) is unknown color: approx Lochinvar. HEX triplet: 42, 85 and 7B. RGB value is (66,133,123). Sum of RGB (Red+Green+Blue) = 66+133+123=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #42857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42857B is #BD7A84. Grayscale: #6F6F6F. Windows color (decimal): -12417669 or 8095042. OLE color: 8095042.

HSL color Cylindrical-coordinate representation of color #42857B: hue angle of 171.04º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42857B is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB66133123-
CMYK0.5000.080.48
HSL171.04º33.67%39.02%-
HSV(B)171.04º50.38%52.16%-
XYZ14.2119.3621.73-
YUV111.83134.395.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=20.50%
G=41.30%
B=38.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661331230.5000.080.48171.0433.6739.02
Hex42857B320830ab2227
Octal10220517362010602534247
Binary10000101000010111110111100100100011000010101011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42857B; }

 p { color: rgb(66,133,123); }

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

<style>
 a { background-color: #42857B; }

 a { background-color: rgb(66,133,123); }

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

<style>
 span { border-color: #42857B; }

 span { border-color: rgb(66,133,123); }

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