#3D837A

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

Shades of Lochinvar #3D837A

Tints of Lochinvar #3D837A

Color information

#3D837A (or 0x3D837A) is unknown color: approx Lochinvar. HEX triplet: 3D, 83 and 7A. RGB value is (61,131,122). Sum of RGB (Red+Green+Blue) = 61+131+122=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #3D837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D837A is #C27C85. Grayscale: #6D6D6D. Windows color (decimal): -12745862 or 8028989. OLE color: 8028989.

HSL color Cylindrical-coordinate representation of color #3D837A: hue angle of 172.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D837A is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB61131122-
CMYK0.5300.070.49
HSL172.29º36.46%37.65%-
HSV(B)172.29º53.44%51.37%-
XYZ13.5518.6321.29-
YUV109.04135.3193.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 131 (51.56% from 255) = 41.72%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=19.43%
G=41.72%
B=38.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal611311220.5300.070.49172.2936.4637.65
Hex3D837A350731ac2426
Octal752031726507612544446
Binary111101100000111111010110101011111000110101100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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