#3E877A

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

Shades of Lochinvar #3E877A

Tints of Lochinvar #3E877A

Color information

#3E877A (or 0x3E877A) is unknown color: approx Lochinvar. HEX triplet: 3E, 87 and 7A. RGB value is (62,135,122). Sum of RGB (Red+Green+Blue) = 62+135+122=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #3E877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E877A is #C17885. Grayscale: #6F6F6F. Windows color (decimal): -12679302 or 8030014. OLE color: 8030014.

HSL color Cylindrical-coordinate representation of color #3E877A: hue angle of 169.32º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E877A is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB62135122-
CMYK0.5400.100.47
HSL169.32º37.06%38.63%-
HSV(B)169.32º54.07%52.94%-
XYZ14.1619.7621.48-
YUV111.69133.8292.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.44%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=19.44%
G=42.32%
B=38.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621351220.5400.100.47169.3237.0638.63
Hex3E877A360A2Fa92527
Octal7620717266012572514547
Binary1111101000011111110101101100101010111110101001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E877A; }

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

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

<style>
 a { background-color: #3E877A; }

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

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

<style>
 span { border-color: #3E877A; }

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

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