#3F9380

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

Shades of Lochinvar #3F9380

Tints of Lochinvar #3F9380

Color information

#3F9380 (or 0x3F9380) is unknown color: approx Lochinvar. HEX triplet: 3F, 93 and 80. RGB value is (63,147,128). Sum of RGB (Red+Green+Blue) = 63+147+128=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9380 is #C06C7F. Grayscale: #777777. Windows color (decimal): -12610688 or 8426303. OLE color: 8426303.

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

Color convert

RGB63147128-
CMYK0.5700.130.42
HSL166.43º40%41.18%-
HSV(B)166.43º57.14%57.65%-
XYZ16.3823.4824.09-
YUV119.72132.6787.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.64%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=18.64%
G=43.49%
B=37.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471280.5700.130.42166.434041.18
Hex3F9380390D2Aa62829
Octal7722320071015522465051
Binary11111110010011100000001110010110110101010100110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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