#3C837F

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

Shades of Paradiso #3C837F

Tints of Paradiso #3C837F

Color information

#3C837F (or 0x3C837F) is unknown color: approx Paradiso. HEX triplet: 3C, 83 and 7F. RGB value is (60,131,127). Sum of RGB (Red+Green+Blue) = 60+131+127=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #3C837F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C837F is #C37C80. Grayscale: #6D6D6D. Windows color (decimal): -12811393 or 8356668. OLE color: 8356668.

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

Color convert

RGB60131127-
CMYK0.5400.030.49
HSL176.62º37.17%37.45%-
HSV(B)176.62º54.2%51.37%-
XYZ13.8118.7322.97-
YUV109.31137.9892.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 127 (50% from 255) = 39.94%
R=18.87%
G=41.19%
B=39.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601311270.5400.030.49176.6237.1737.45
Hex3C837F360331b12525
Octal742031776603612614545
Binary11110010000011111111111011001111000110110001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,131,127); }

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

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

 a { background-color: rgb(60,131,127); }

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

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

 span { border-color: rgb(60,131,127); }

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