#3D867A

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

Shades of Lochinvar #3D867A

Tints of Lochinvar #3D867A

Color information

#3D867A (or 0x3D867A) is unknown color: approx Lochinvar. HEX triplet: 3D, 86 and 7A. RGB value is (61,134,122). Sum of RGB (Red+Green+Blue) = 61+134+122=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #3D867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D867A is #C27985. Grayscale: #6E6E6E. Windows color (decimal): -12745094 or 8029757. OLE color: 8029757.

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

Color convert

RGB61134122-
CMYK0.5400.090.47
HSL170.14º37.44%38.24%-
HSV(B)170.14º54.48%52.55%-
XYZ13.9619.4521.43-
YUV110.8134.3292.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=19.24%
G=42.27%
B=38.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611341220.5400.090.47170.1437.4438.24
Hex3D867A36092Faa2526
Octal7520617266011572524546
Binary1111011000011011110101101100100110111110101010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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