#3D8781

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

Shades of Lochinvar #3D8781

Tints of Lochinvar #3D8781

Color information

#3D8781 (or 0x3D8781) is unknown color: approx Lochinvar. HEX triplet: 3D, 87 and 81. RGB value is (61,135,129). Sum of RGB (Red+Green+Blue) = 61+135+129=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #3D8781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8781 is #C2787E. Grayscale: #707070. Windows color (decimal): -12744831 or 8488765. OLE color: 8488765.

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

Color convert

RGB61135129-
CMYK0.5500.040.47
HSL175.14º37.76%38.43%-
HSV(B)175.14º54.81%52.94%-
XYZ14.5519.9123.84-
YUV112.19137.4891.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.77%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 129 (50.78% from 255) = 39.69%
R=18.77%
G=41.54%
B=39.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611351290.5500.040.47175.1437.7638.43
Hex3D878137042Faf2626
Octal752072016704572574646
Binary1111011000011110000001110111010010111110101111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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