#3D8A7D

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

Shades of Lochinvar #3D8A7D

Tints of Lochinvar #3D8A7D

Color information

#3D8A7D (or 0x3D8A7D) is unknown color: approx Lochinvar. HEX triplet: 3D, 8A and 7D. RGB value is (61,138,125). Sum of RGB (Red+Green+Blue) = 61+138+125=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A7D is #C27582. Grayscale: #717171. Windows color (decimal): -12744067 or 8227389. OLE color: 8227389.

HSL color Cylindrical-coordinate representation of color #3D8A7D: hue angle of 169.87º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A7D is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB61138125-
CMYK0.5600.090.46
HSL169.87º38.69%39.02%-
HSV(B)169.87º55.8%54.12%-
XYZ14.7120.6522.61-
YUV113.5134.4990.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.83%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=18.83%
G=42.59%
B=38.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611381250.5600.090.46169.8738.6939.02
Hex3D8A7D38092Eaa2727
Octal7521217570011562524747
Binary1111011000101011111011110000100110111010101010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,138,125); }

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

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

 a { background-color: rgb(61,138,125); }

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

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

 span { border-color: rgb(61,138,125); }

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