#3A8A82

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

Shades of Lochinvar #3A8A82

Tints of Lochinvar #3A8A82

Color information

#3A8A82 (or 0x3A8A82) is unknown color: approx Lochinvar. HEX triplet: 3A, 8A and 82. RGB value is (58,138,130). Sum of RGB (Red+Green+Blue) = 58+138+130=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8A82 is #C5757D. Grayscale: #717171. Windows color (decimal): -12940670 or 8555066. OLE color: 8555066.

HSL color Cylindrical-coordinate representation of color #3A8A82: hue angle of 174º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A82 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB58138130-
CMYK0.5800.060.46
HSL174º40.82%38.43%-
HSV(B)174º57.97%54.12%-
XYZ14.8620.6924.33-
YUV113.17137.588.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.79%
GREEN value IS 138 (54.30% from 255) = 42.33%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=17.79%
G=42.33%
B=39.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581381300.5800.060.4617440.8238.43
Hex3A8A823A062Eae2926
Octal722122027206562565146
Binary1110101000101010000010111010011010111010101110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,138,130); }

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

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

 a { background-color: rgb(58,138,130); }

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

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

 span { border-color: rgb(58,138,130); }

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