#3D8680

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

Shades of Lochinvar #3D8680

Tints of Lochinvar #3D8680

Color information

#3D8680 (or 0x3D8680) is unknown color: approx Lochinvar. HEX triplet: 3D, 86 and 80. RGB value is (61,134,128). Sum of RGB (Red+Green+Blue) = 61+134+128=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8680 is #C2797F. Grayscale: #6F6F6F. Windows color (decimal): -12745088 or 8422973. OLE color: 8422973.

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

Color convert

RGB61134128-
CMYK0.5400.040.47
HSL175.07º37.44%38.24%-
HSV(B)175.07º54.48%52.55%-
XYZ14.3519.623.45-
YUV111.49137.3291.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.89%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=18.89%
G=41.49%
B=39.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611341280.5400.040.47175.0737.4438.24
Hex3D868036042Faf2526
Octal752062006604572574546
Binary1111011000011010000000110110010010111110101111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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