#3E8C82

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

Shades of Lochinvar #3E8C82

Tints of Lochinvar #3E8C82

Color information

#3E8C82 (or 0x3E8C82) is unknown color: approx Lochinvar. HEX triplet: 3E, 8C and 82. RGB value is (62,140,130). Sum of RGB (Red+Green+Blue) = 62+140+130=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8C82 is #C1737D. Grayscale: #737373. Windows color (decimal): -12678014 or 8555582. OLE color: 8555582.

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

Color convert

RGB62140130-
CMYK0.5600.070.45
HSL172.31º38.61%39.61%-
HSV(B)172.31º55.71%54.9%-
XYZ15.3921.3924.44-
YUV115.54136.1689.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.67%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=18.67%
G=42.17%
B=39.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621401300.5600.070.45172.3138.6139.61
Hex3E8C8238072Dac2728
Octal762142027007552544750
Binary1111101000110010000010111000011110110110101100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,140,130); }

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

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

 a { background-color: rgb(62,140,130); }

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

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

 span { border-color: rgb(62,140,130); }

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