#3D8C81

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

Shades of Lochinvar #3D8C81

Tints of Lochinvar #3D8C81

Color information

#3D8C81 (or 0x3D8C81) is unknown color: approx Lochinvar. HEX triplet: 3D, 8C and 81. RGB value is (61,140,129). Sum of RGB (Red+Green+Blue) = 61+140+129=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #3D8C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8C81 is #C2737E. Grayscale: #737373. Windows color (decimal): -12743551 or 8490045. OLE color: 8490045.

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

Color convert

RGB61140129-
CMYK0.5600.080.45
HSL171.65º39.3%39.41%-
HSV(B)171.65º56.43%54.9%-
XYZ15.2721.3324.08-
YUV115.12135.8389.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 140 (55.08% from 255) = 42.42%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=18.48%
G=42.42%
B=39.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611401290.5600.080.45171.6539.339.41
Hex3D8C8138082Dac2727
Octal7521420170010552544747
Binary11110110001100100000011110000100010110110101100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,140,129); }

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

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

 a { background-color: rgb(61,140,129); }

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

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

 span { border-color: rgb(61,140,129); }

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