#3F8382

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

Shades of Paradiso #3F8382

Tints of Paradiso #3F8382

Color information

#3F8382 (or 0x3F8382) is unknown color: approx Paradiso. HEX triplet: 3F, 83 and 82. RGB value is (63,131,130). Sum of RGB (Red+Green+Blue) = 63+131+130=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8382 is #C07C7D. Grayscale: #6E6E6E. Windows color (decimal): -12614782 or 8553279. OLE color: 8553279.

HSL color Cylindrical-coordinate representation of color #3F8382: hue angle of 179.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8382 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB63131130-
CMYK0.5200.010.49
HSL179.12º35.05%38.04%-
HSV(B)179.12º51.91%51.37%-
XYZ14.218.924.02-
YUV110.55138.9794.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.44%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=19.44%
G=40.43%
B=40.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631311300.5200.010.49179.1235.0538.04
Hex3F8382340131b32326
Octal772032026401612634346
Binary11111110000011100000101101000111000110110011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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