#3F9185

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

Shades of Lochinvar #3F9185

Tints of Lochinvar #3F9185

Color information

#3F9185 (or 0x3F9185) is unknown color: approx Lochinvar. HEX triplet: 3F, 91 and 85. RGB value is (63,145,133). Sum of RGB (Red+Green+Blue) = 63+145+133=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9185 is #C06E7A. Grayscale: #777777. Windows color (decimal): -12611195 or 8753471. OLE color: 8753471.

HSL color Cylindrical-coordinate representation of color #3F9185: hue angle of 171.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9185 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB63145133-
CMYK0.5700.080.43
HSL171.22º39.42%40.78%-
HSV(B)171.22º56.55%56.86%-
XYZ16.412325.77-
YUV119.11135.8387.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.48%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=18.48%
G=42.52%
B=39.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631451330.5700.080.43171.2239.4240.78
Hex3F918539082Bab2729
Octal7722120571010532534751
Binary11111110010001100001011110010100010101110101011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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