#3D877B

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

Shades of Lochinvar #3D877B

Tints of Lochinvar #3D877B

Color information

#3D877B (or 0x3D877B) is unknown color: approx Lochinvar. HEX triplet: 3D, 87 and 7B. RGB value is (61,135,123). Sum of RGB (Red+Green+Blue) = 61+135+123=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #3D877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D877B is #C27884. Grayscale: #6F6F6F. Windows color (decimal): -12744837 or 8095549. OLE color: 8095549.

HSL color Cylindrical-coordinate representation of color #3D877B: hue angle of 170.27º 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 #3D877B is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB61135123-
CMYK0.5500.090.47
HSL170.27º37.76%38.43%-
HSV(B)170.27º54.81%52.94%-
XYZ14.1619.7521.8-
YUV111.51134.4891.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=19.12%
G=42.32%
B=38.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611351230.5500.090.47170.2737.7638.43
Hex3D877B37092Faa2626
Octal7520717367011572524646
Binary1111011000011111110111101110100110111110101010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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