#3F9580

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

Shades of Lochinvar #3F9580

Tints of Lochinvar #3F9580

Color information

#3F9580 (or 0x3F9580) is unknown color: approx Lochinvar. HEX triplet: 3F, 95 and 80. RGB value is (63,149,128). Sum of RGB (Red+Green+Blue) = 63+149+128=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9580 is #C06A7F. Grayscale: #787878. Windows color (decimal): -12610176 or 8426815. OLE color: 8426815.

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

Color convert

RGB63149128-
CMYK0.5800.140.42
HSL165.35º40.57%41.57%-
HSV(B)165.35º57.72%58.43%-
XYZ16.6924.1124.2-
YUV120.89132.0186.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=18.53%
G=43.82%
B=37.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631491280.5800.140.42165.3540.5741.57
Hex3F95803A0E2Aa5292a
Octal7722520072016522455152
Binary11111110010101100000001110100111010101010100101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,149,128); }

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

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

 a { background-color: rgb(63,149,128); }

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

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

 span { border-color: rgb(63,149,128); }

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