#42927A

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

Shades of Lochinvar #42927A

Tints of Lochinvar #42927A

Color information

#42927A (or 0x42927A) is unknown color: approx Lochinvar. HEX triplet: 42, 92 and 7A. RGB value is (66,146,122). Sum of RGB (Red+Green+Blue) = 66+146+122=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #42927A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42927A is #BD6D85. Grayscale: #777777. Windows color (decimal): -12414342 or 8032834. OLE color: 8032834.

HSL color Cylindrical-coordinate representation of color #42927A: hue angle of 162º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42927A is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB66146122-
CMYK0.5500.160.43
HSL162º37.74%41.57%-
HSV(B)162º54.79%57.25%-
XYZ16.0423.1222.03-
YUV119.34129.589.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=19.76%
G=43.71%
B=36.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461220.5500.160.4316237.7441.57
Hex42927A370102Ba2262a
Octal10222217267020532424652
Binary100001010010010111101011011101000010101110100010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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