#3E887B

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

Shades of Lochinvar #3E887B

Tints of Lochinvar #3E887B

Color information

#3E887B (or 0x3E887B) is unknown color: approx Lochinvar. HEX triplet: 3E, 88 and 7B. RGB value is (62,136,123). Sum of RGB (Red+Green+Blue) = 62+136+123=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #3E887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E887B is #C17784. Grayscale: #707070. Windows color (decimal): -12679045 or 8095806. OLE color: 8095806.

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

Color convert

RGB62136123-
CMYK0.5400.100.47
HSL169.46º37.37%38.82%-
HSV(B)169.46º54.41%53.33%-
XYZ14.3720.0621.85-
YUV112.39133.9892.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.31%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=19.31%
G=42.37%
B=38.32%

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
Decimal621361230.5400.100.47169.4637.3738.82
Hex3E887B360A2Fa92527
Octal7621017366012572514547
Binary1111101000100011110111101100101010111110101001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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