#42897F

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

Shades of Lochinvar #42897F

Tints of Lochinvar #42897F

Color information

#42897F (or 0x42897F) is unknown color: approx Lochinvar. HEX triplet: 42, 89 and 7F. RGB value is (66,137,127). Sum of RGB (Red+Green+Blue) = 66+137+127=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #42897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42897F is #BD7680. Grayscale: #727272. Windows color (decimal): -12416641 or 8358210. OLE color: 8358210.

HSL color Cylindrical-coordinate representation of color #42897F: hue angle of 171.55º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42897F is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB66137127-
CMYK0.5200.070.46
HSL171.55º34.98%39.8%-
HSV(B)171.55º51.82%53.73%-
XYZ15.0220.5823.26-
YUV114.63134.9893.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 137 (53.91% from 255) = 41.52%
BLUE value IS 127 (50% from 255) = 38.48%
R=20%
G=41.52%
B=38.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661371270.5200.070.46171.5534.9839.8
Hex42897F34072Eac2328
Octal1022111776407562544350
Binary1000010100010011111111110100011110111010101100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42897F; }

 p { color: rgb(66,137,127); }

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

<style>
 a { background-color: #42897F; }

 a { background-color: rgb(66,137,127); }

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

<style>
 span { border-color: #42897F; }

 span { border-color: rgb(66,137,127); }

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