#3D958A

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

Shades of Lochinvar #3D958A

Tints of Lochinvar #3D958A

Color information

#3D958A (or 0x3D958A) is unknown color: approx Lochinvar. HEX triplet: 3D, 95 and 8A. RGB value is (61,149,138). Sum of RGB (Red+Green+Blue) = 61+149+138=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #3D958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D958A is #C26A75. Grayscale: #797979. Windows color (decimal): -12741238 or 9082173. OLE color: 9082173.

HSL color Cylindrical-coordinate representation of color #3D958A: hue angle of 172.5º degrees, saturation: 0.42, 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 #3D958A is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB61149138-
CMYK0.5900.070.42
HSL172.5º41.9%41.18%-
HSV(B)172.5º59.06%58.43%-
XYZ17.2624.3227.83-
YUV121.43137.3584.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.53%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=17.53%
G=42.82%
B=39.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611491380.5900.070.42172.541.941.18
Hex3D958A3B072Aac2a29
Octal752252127307522545251
Binary1111011001010110001010111011011110101010101100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,149,138); }

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

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

 a { background-color: rgb(61,149,138); }

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

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

 span { border-color: rgb(61,149,138); }

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