#3D8D86

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

Shades of Lochinvar #3D8D86

Tints of Lochinvar #3D8D86

Color information

#3D8D86 (or 0x3D8D86) is unknown color: approx Lochinvar. HEX triplet: 3D, 8D and 86. RGB value is (61,141,134). Sum of RGB (Red+Green+Blue) = 61+141+134=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8D86 is #C27279. Grayscale: #747474. Windows color (decimal): -12743290 or 8817981. OLE color: 8817981.

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

Color convert

RGB61141134-
CMYK0.5700.050.45
HSL174.75º39.6%39.61%-
HSV(B)174.75º56.74%55.29%-
XYZ15.7521.7625.92-
YUV116.2813888.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.15%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 134 (52.73% from 255) = 39.88%
R=18.15%
G=41.96%
B=39.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611411340.5700.050.45174.7539.639.61
Hex3D8D8639052Daf2828
Octal752152067105552575050
Binary1111011000110110000110111001010110110110101111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,141,134); }

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

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

 a { background-color: rgb(61,141,134); }

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

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

 span { border-color: rgb(61,141,134); }

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