#3E8A7B

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

Shades of Lochinvar #3E8A7B

Tints of Lochinvar #3E8A7B

Color information

#3E8A7B (or 0x3E8A7B) is unknown color: approx Lochinvar. HEX triplet: 3E, 8A and 7B. RGB value is (62,138,123). Sum of RGB (Red+Green+Blue) = 62+138+123=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #3E8A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8A7B is #C17584. Grayscale: #717171. Windows color (decimal): -12678533 or 8096318. OLE color: 8096318.

HSL color Cylindrical-coordinate representation of color #3E8A7B: hue angle of 168.16º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8A7B is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB62138123-
CMYK0.5500.110.46
HSL168.16º38%39.22%-
HSV(B)168.16º55.07%54.12%-
XYZ14.6520.6321.95-
YUV113.57133.3291.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.20%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=19.20%
G=42.72%
B=38.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal621381230.5500.110.46168.163839.22
Hex3E8A7B370B2Ea82627
Octal7621217367013562504647
Binary1111101000101011110111101110101110111010101000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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