#3F9383

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

Shades of Lochinvar #3F9383

Tints of Lochinvar #3F9383

Color information

#3F9383 (or 0x3F9383) is unknown color: approx Lochinvar. HEX triplet: 3F, 93 and 83. RGB value is (63,147,131). Sum of RGB (Red+Green+Blue) = 63+147+131=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9383 is #C06C7C. Grayscale: #787878. Windows color (decimal): -12610685 or 8622911. OLE color: 8622911.

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

Color convert

RGB63147131-
CMYK0.5700.110.42
HSL168.57º40%41.18%-
HSV(B)168.57º57.14%57.65%-
XYZ16.5823.5625.15-
YUV120.06134.1787.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.48%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 131 (51.56% from 255) = 38.42%
R=18.48%
G=43.11%
B=38.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471310.5700.110.42168.574041.18
Hex3F9383390B2Aa92829
Octal7722320371013522515051
Binary11111110010011100000111110010101110101010101001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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