#3A8C80

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

Shades of Lochinvar #3A8C80

Tints of Lochinvar #3A8C80

Color information

#3A8C80 (or 0x3A8C80) is unknown color: approx Lochinvar. HEX triplet: 3A, 8C and 80. RGB value is (58,140,128). Sum of RGB (Red+Green+Blue) = 58+140+128=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #3A8C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8C80 is #C5737F. Grayscale: #727272. Windows color (decimal): -12940160 or 8424506. OLE color: 8424506.

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

Color convert

RGB58140128-
CMYK0.5900.090.45
HSL171.22º41.41%38.82%-
HSV(B)171.22º58.57%54.9%-
XYZ15.0221.2123.73-
YUV114.11135.8387.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.79%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 128 (50.39% from 255) = 39.26%
R=17.79%
G=42.94%
B=39.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581401280.5900.090.45171.2241.4138.82
Hex3A8C803B092Dab2927
Octal7221420073011552535147
Binary11101010001100100000001110110100110110110101011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,140,128); }

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

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

 a { background-color: rgb(58,140,128); }

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

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

 span { border-color: rgb(58,140,128); }

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