#3E887F

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

Shades of Lochinvar #3E887F

Tints of Lochinvar #3E887F

Color information

#3E887F (or 0x3E887F) is unknown color: approx Lochinvar. HEX triplet: 3E, 88 and 7F. RGB value is (62,136,127). Sum of RGB (Red+Green+Blue) = 62+136+127=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #3E887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E887F is #C17780. Grayscale: #707070. Windows color (decimal): -12679041 or 8357950. OLE color: 8357950.

HSL color Cylindrical-coordinate representation of color #3E887F: hue angle of 172.7º 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 #3E887F is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB62136127-
CMYK0.5400.070.47
HSL172.7º37.37%38.82%-
HSV(B)172.7º54.41%53.33%-
XYZ14.6220.1623.2-
YUV112.85135.9891.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.08%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 127 (50% from 255) = 39.08%
R=19.08%
G=41.85%
B=39.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621361270.5400.070.47172.737.3738.82
Hex3E887F36072Fad2527
Octal762101776607572554547
Binary111110100010001111111110110011110111110101101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,136,127); }

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

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

 a { background-color: rgb(62,136,127); }

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

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

 span { border-color: rgb(62,136,127); }

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