#3D887C

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

Shades of Lochinvar #3D887C

Tints of Lochinvar #3D887C

Color information

#3D887C (or 0x3D887C) is unknown color: approx Lochinvar. HEX triplet: 3D, 88 and 7C. RGB value is (61,136,124). Sum of RGB (Red+Green+Blue) = 61+136+124=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #3D887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D887C is #C27783. Grayscale: #707070. Windows color (decimal): -12744580 or 8161341. OLE color: 8161341.

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

Color convert

RGB61136124-
CMYK0.5500.090.47
HSL170.4º38.07%38.63%-
HSV(B)170.4º55.15%53.33%-
XYZ14.3720.0622.18-
YUV112.21134.6591.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=19.00%
G=42.37%
B=38.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611361240.5500.090.47170.438.0738.63
Hex3D887C37092Faa2627
Octal7521017467011572524647
Binary1111011000100011111001101110100110111110101010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,136,124); }

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

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

 a { background-color: rgb(61,136,124); }

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

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

 span { border-color: rgb(61,136,124); }

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