#3F817A

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

Shades of Ming #3F817A

Tints of Ming #3F817A

Color information

#3F817A (or 0x3F817A) is unknown color: approx Ming. HEX triplet: 3F, 81 and 7A. RGB value is (63,129,122). Sum of RGB (Red+Green+Blue) = 63+129+122=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #3F817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F817A is #C07E85. Grayscale: #6C6C6C. Windows color (decimal): -12615302 or 8028479. OLE color: 8028479.

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

Color convert

RGB63129122-
CMYK0.5100.050.49
HSL173.64º34.38%37.65%-
HSV(B)173.64º51.16%50.59%-
XYZ13.4118.1621.21-
YUV108.47135.6395.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=20.06%
G=41.08%
B=38.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631291220.5100.050.49173.6434.3837.65
Hex3F817A330531ae2226
Octal772011726305612564246
Binary111111100000011111010110011010111000110101110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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