#3D937D

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

Shades of Lochinvar #3D937D

Tints of Lochinvar #3D937D

Color information

#3D937D (or 0x3D937D) is unknown color: approx Lochinvar. HEX triplet: 3D, 93 and 7D. RGB value is (61,147,125). Sum of RGB (Red+Green+Blue) = 61+147+125=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #3D937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D937D is #C26C82. Grayscale: #767676. Windows color (decimal): -12741763 or 8229693. OLE color: 8229693.

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

Color convert

RGB61147125-
CMYK0.5900.150.42
HSL164.65º41.35%40.78%-
HSV(B)164.65º58.5%57.65%-
XYZ16.0623.3423.06-
YUV118.78131.5186.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=18.32%
G=44.14%
B=37.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611471250.5900.150.42164.6541.3540.78
Hex3D937D3B0F2Aa52929
Octal7522317573017522455151
Binary1111011001001111111011110110111110101010100101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,147,125); }

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

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

 a { background-color: rgb(61,147,125); }

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

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

 span { border-color: rgb(61,147,125); }

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