#3A8A7F

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

Shades of Lochinvar #3A8A7F

Tints of Lochinvar #3A8A7F

Color information

#3A8A7F (or 0x3A8A7F) is unknown color: approx Lochinvar. HEX triplet: 3A, 8A and 7F. RGB value is (58,138,127). Sum of RGB (Red+Green+Blue) = 58+138+127=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A7F is #C57580. Grayscale: #707070. Windows color (decimal): -12940673 or 8358458. OLE color: 8358458.

HSL color Cylindrical-coordinate representation of color #3A8A7F: hue angle of 171.75º 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 #3A8A7F is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB58138127-
CMYK0.5800.080.46
HSL171.75º40.82%38.43%-
HSV(B)171.75º57.97%54.12%-
XYZ14.6620.6123.28-
YUV112.8313688.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.96%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 127 (50% from 255) = 39.32%
R=17.96%
G=42.72%
B=39.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581381270.5800.080.46171.7540.8238.43
Hex3A8A7F3A082Eac2926
Octal7221217772010562545146
Binary1110101000101011111111110100100010111010101100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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