#3C8D80

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

Shades of Lochinvar #3C8D80

Tints of Lochinvar #3C8D80

Color information

#3C8D80 (or 0x3C8D80) is unknown color: approx Lochinvar. HEX triplet: 3C, 8D and 80. RGB value is (60,141,128). Sum of RGB (Red+Green+Blue) = 60+141+128=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8D80 is #C3727F. Grayscale: #737373. Windows color (decimal): -12808832 or 8424764. OLE color: 8424764.

HSL color Cylindrical-coordinate representation of color #3C8D80: hue angle of 170.37º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8D80 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB60141128-
CMYK0.5700.090.45
HSL170.37º40.3%39.41%-
HSV(B)170.37º57.45%55.29%-
XYZ15.2821.5723.78-
YUV115.3135.1688.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.24%
GREEN value IS 141 (55.47% from 255) = 42.86%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=18.24%
G=42.86%
B=38.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601411280.5700.090.45170.3740.339.41
Hex3C8D8039092Daa2827
Octal7421520071011552525047
Binary11110010001101100000001110010100110110110101010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,141,128); }

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

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

 a { background-color: rgb(60,141,128); }

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

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

 span { border-color: rgb(60,141,128); }

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