#3F9583

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

Shades of Lochinvar #3F9583

Tints of Lochinvar #3F9583

Color information

#3F9583 (or 0x3F9583) is unknown color: approx Lochinvar. HEX triplet: 3F, 95 and 83. RGB value is (63,149,131). Sum of RGB (Red+Green+Blue) = 63+149+131=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9583 is #C06A7C. Grayscale: #797979. Windows color (decimal): -12610173 or 8623423. OLE color: 8623423.

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

Color convert

RGB63149131-
CMYK0.5800.120.42
HSL167.44º40.57%41.57%-
HSV(B)167.44º57.72%58.43%-
XYZ16.8924.1925.25-
YUV121.23133.5186.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.37%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 131 (51.56% from 255) = 38.19%
R=18.37%
G=43.44%
B=38.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631491310.5800.120.42167.4440.5741.57
Hex3F95833A0C2Aa7292a
Octal7722520372014522475152
Binary11111110010101100000111110100110010101010100111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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