#3D8382

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

Shades of Paradiso #3D8382

Tints of Paradiso #3D8382

Color information

#3D8382 (or 0x3D8382) is unknown color: approx Paradiso. HEX triplet: 3D, 83 and 82. RGB value is (61,131,130). Sum of RGB (Red+Green+Blue) = 61+131+130=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #3D8382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8382 is #C27C7D. Grayscale: #6D6D6D. Windows color (decimal): -12745854 or 8553277. OLE color: 8553277.

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

Color convert

RGB61131130-
CMYK0.5300.010.49
HSL179.14º36.46%37.65%-
HSV(B)179.14º53.44%51.37%-
XYZ14.0718.8424.01-
YUV109.96139.3193.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=18.94%
G=40.68%
B=40.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal611311300.5300.010.49179.1436.4637.65
Hex3D8382350131b32426
Octal752032026501612634446
Binary11110110000011100000101101010111000110110011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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