#3D927E

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

Shades of Lochinvar #3D927E

Tints of Lochinvar #3D927E

Color information

#3D927E (or 0x3D927E) is unknown color: approx Lochinvar. HEX triplet: 3D, 92 and 7E. RGB value is (61,146,126). Sum of RGB (Red+Green+Blue) = 61+146+126=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #3D927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D927E is #C26D81. Grayscale: #767676. Windows color (decimal): -12742018 or 8294973. OLE color: 8294973.

HSL color Cylindrical-coordinate representation of color #3D927E: hue angle of 165.88º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D927E is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB61146126-
CMYK0.5800.140.43
HSL165.88º41.06%40.59%-
HSV(B)165.88º58.22%57.25%-
XYZ15.9723.0623.35-
YUV118.3132.3487.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 126 (49.61% from 255) = 37.84%
R=18.32%
G=43.84%
B=37.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal611461260.5800.140.43165.8841.0640.59
Hex3D927E3A0E2Ba62929
Octal7522217672016532465151
Binary1111011001001011111101110100111010101110100110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,146,126); }

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

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

 a { background-color: rgb(61,146,126); }

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

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

 span { border-color: rgb(61,146,126); }

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