#42877A

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

Shades of Lochinvar #42877A

Tints of Lochinvar #42877A

Color information

#42877A (or 0x42877A) is unknown color: approx Lochinvar. HEX triplet: 42, 87 and 7A. RGB value is (66,135,122). Sum of RGB (Red+Green+Blue) = 66+135+122=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #42877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42877A is #BD7885. Grayscale: #707070. Windows color (decimal): -12417158 or 8030018. OLE color: 8030018.

HSL color Cylindrical-coordinate representation of color #42877A: hue angle of 168.7º 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 #42877A is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB66135122-
CMYK0.5100.100.47
HSL168.7º34.33%39.41%-
HSV(B)168.7º51.11%52.94%-
XYZ14.4219.8921.49-
YUV112.89133.1494.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=20.43%
G=41.80%
B=37.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661351220.5100.100.47168.734.3339.41
Hex42877A330A2Fa92227
Octal10220717263012572514247
Binary10000101000011111110101100110101010111110101001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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