#3F9585

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

Shades of Lochinvar #3F9585

Tints of Lochinvar #3F9585

Color information

#3F9585 (or 0x3F9585) is unknown color: approx Lochinvar. HEX triplet: 3F, 95 and 85. RGB value is (63,149,133). Sum of RGB (Red+Green+Blue) = 63+149+133=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9585 is #C06A7A. Grayscale: #797979. Windows color (decimal): -12610171 or 8754495. OLE color: 8754495.

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

Color convert

RGB63149133-
CMYK0.5800.110.42
HSL168.84º40.57%41.57%-
HSV(B)168.84º57.72%58.43%-
XYZ17.0324.2525.97-
YUV121.46134.5186.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.26%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 133 (52.34% from 255) = 38.55%
R=18.26%
G=43.19%
B=38.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631491330.5800.110.42168.8440.5741.57
Hex3F95853A0B2Aa9292a
Octal7722520572013522515152
Binary11111110010101100001011110100101110101010101001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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