#3D857A

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

Shades of Lochinvar #3D857A

Tints of Lochinvar #3D857A

Color information

#3D857A (or 0x3D857A) is unknown color: approx Lochinvar. HEX triplet: 3D, 85 and 7A. RGB value is (61,133,122). Sum of RGB (Red+Green+Blue) = 61+133+122=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #3D857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D857A is #C27A85. Grayscale: #6E6E6E. Windows color (decimal): -12745350 or 8029501. OLE color: 8029501.

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

Color convert

RGB61133122-
CMYK0.5400.080.48
HSL170.83º37.11%38.04%-
HSV(B)170.83º54.14%52.16%-
XYZ13.8219.1721.38-
YUV110.22134.6592.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.30%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=19.30%
G=42.09%
B=38.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal611331220.5400.080.48170.8337.1138.04
Hex3D857A360830ab2526
Octal7520517266010602534546
Binary1111011000010111110101101100100011000010101011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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