#3C807F

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

Shades of Paradiso #3C807F

Tints of Paradiso #3C807F

Color information

#3C807F (or 0x3C807F) is unknown color: approx Paradiso. HEX triplet: 3C, 80 and 7F. RGB value is (60,128,127). Sum of RGB (Red+Green+Blue) = 60+128+127=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #3C807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C807F is #C37F80. Grayscale: #6B6B6B. Windows color (decimal): -12812161 or 8355900. OLE color: 8355900.

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

Color convert

RGB60128127-
CMYK0.5300.010.50
HSL179.12º36.17%36.86%-
HSV(B)179.12º53.12%50.2%-
XYZ13.4117.9322.83-
YUV107.55138.9794.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 127 (50% from 255) = 40.32%
R=19.05%
G=40.63%
B=40.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal601281270.5300.010.50179.1236.1736.86
Hex3C807F350132b32425
Octal742001776501622634445
Binary1111001000000011111111101010111001010110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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