#3B8483

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

Shades of Paradiso #3B8483

Tints of Paradiso #3B8483

Color information

#3B8483 (or 0x3B8483) is unknown color: approx Paradiso. HEX triplet: 3B, 84 and 83. RGB value is (59,132,131). Sum of RGB (Red+Green+Blue) = 59+132+131=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #3B8483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8483 is #C47B7C. Grayscale: #6D6D6D. Windows color (decimal): -12876669 or 8619067. OLE color: 8619067.

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

Color convert

RGB59132131-
CMYK0.5500.010.48
HSL179.18º38.22%37.45%-
HSV(B)179.18º55.3%51.76%-
XYZ14.1519.0724.41-
YUV110.06139.8291.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.32%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=18.32%
G=40.99%
B=40.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591321310.5500.010.48179.1838.2237.45
Hex3B8483370130b32625
Octal732042036701602634645
Binary11101110000100100000111101110111000010110011100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,132,131); }

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

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

 a { background-color: rgb(59,132,131); }

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

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

 span { border-color: rgb(59,132,131); }

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