#3C817A

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

Shades of Ming #3C817A

Tints of Ming #3C817A

Color information

#3C817A (or 0x3C817A) is unknown color: approx Ming. HEX triplet: 3C, 81 and 7A. RGB value is (60,129,122). Sum of RGB (Red+Green+Blue) = 60+129+122=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #3C817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C817A is #C37E85. Grayscale: #6B6B6B. Windows color (decimal): -12811910 or 8028476. OLE color: 8028476.

HSL color Cylindrical-coordinate representation of color #3C817A: hue angle of 173.91º 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 #3C817A is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB60129122-
CMYK0.5300.050.49
HSL173.91º36.51%37.06%-
HSV(B)173.91º53.49%50.59%-
XYZ13.2318.0721.2-
YUV107.57136.1494.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=19.29%
G=41.48%
B=39.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601291220.5300.050.49173.9136.5137.06
Hex3C817A350531ae2525
Octal742011726505612564545
Binary111100100000011111010110101010111000110101110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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