#3C817C

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

Shades of Ming #3C817C

Tints of Ming #3C817C

Color information

#3C817C (or 0x3C817C) is unknown color: approx Ming. HEX triplet: 3C, 81 and 7C. RGB value is (60,129,124). Sum of RGB (Red+Green+Blue) = 60+129+124=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #3C817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C817C is #C37E83. Grayscale: #6B6B6B. Windows color (decimal): -12811908 or 8159548. OLE color: 8159548.

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

Color convert

RGB60129124-
CMYK0.5300.040.49
HSL175.65º36.51%37.06%-
HSV(B)175.65º53.49%50.59%-
XYZ13.3518.1221.86-
YUV107.8137.1493.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.17%
GREEN value IS 129 (50.78% from 255) = 41.21%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=19.17%
G=41.21%
B=39.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601291240.5300.040.49175.6536.5137.06
Hex3C817C350431b02525
Octal742011746504612604545
Binary111100100000011111100110101010011000110110000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,129,124); }

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

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

 a { background-color: rgb(60,129,124); }

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

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

 span { border-color: rgb(60,129,124); }

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