#3A8382

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

Shades of Paradiso #3A8382

Tints of Paradiso #3A8382

Color information

#3A8382 (or 0x3A8382) is unknown color: approx Paradiso. HEX triplet: 3A, 83 and 82. RGB value is (58,131,130). Sum of RGB (Red+Green+Blue) = 58+131+130=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #3A8382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8382 is #C57C7D. Grayscale: #6C6C6C. Windows color (decimal): -12942462 or 8553274. OLE color: 8553274.

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

Color convert

RGB58131130-
CMYK0.5600.010.49
HSL179.18º38.62%37.06%-
HSV(B)179.18º55.73%51.37%-
XYZ13.8918.7424-
YUV109.06139.8291.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=18.18%
G=41.07%
B=40.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581311300.5600.010.49179.1838.6237.06
Hex3A8382380131b32725
Octal722032027001612634745
Binary11101010000011100000101110000111000110110011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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