#3A877F

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

Shades of Lochinvar #3A877F

Tints of Lochinvar #3A877F

Color information

#3A877F (or 0x3A877F) is unknown color: approx Lochinvar. HEX triplet: 3A, 87 and 7F. RGB value is (58,135,127). Sum of RGB (Red+Green+Blue) = 58+135+127=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #3A877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A877F is #C57880. Grayscale: #6F6F6F. Windows color (decimal): -12941441 or 8357690. OLE color: 8357690.

HSL color Cylindrical-coordinate representation of color #3A877F: hue angle of 173.77º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A877F is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB58135127-
CMYK0.5700.060.47
HSL173.77º39.9%37.84%-
HSV(B)173.77º57.04%52.94%-
XYZ14.2419.7623.14-
YUV111.06136.9990.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.12%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 127 (50% from 255) = 39.69%
R=18.12%
G=42.19%
B=39.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581351270.5700.060.47173.7739.937.84
Hex3A877F39062Fae2826
Octal722071777106572565046
Binary111010100001111111111111001011010111110101110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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