#3E8B7C

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

Shades of Lochinvar #3E8B7C

Tints of Lochinvar #3E8B7C

Color information

#3E8B7C (or 0x3E8B7C) is unknown color: approx Lochinvar. HEX triplet: 3E, 8B and 7C. RGB value is (62,139,124). Sum of RGB (Red+Green+Blue) = 62+139+124=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #3E8B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8B7C is #C17483. Grayscale: #727272. Windows color (decimal): -12678276 or 8162110. OLE color: 8162110.

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

Color convert

RGB62139124-
CMYK0.5500.110.45
HSL168.31º38.31%39.41%-
HSV(B)168.31º55.4%54.51%-
XYZ14.8620.9422.33-
YUV114.27133.4990.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.08%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=19.08%
G=42.77%
B=38.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621391240.5500.110.45168.3138.3139.41
Hex3E8B7C370B2Da82627
Octal7621317467013552504647
Binary1111101000101111111001101110101110110110101000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,139,124); }

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

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

 a { background-color: rgb(62,139,124); }

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

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

 span { border-color: rgb(62,139,124); }

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