Html Css Color HEX #3F817A Ming

📋 copy color: '#3F817A'

red 63 ◦ green 129 ◦ blue 122

#3F817A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #3F817A

Tints of Ming #3F817A

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 value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#3F817A (or 0x3F817A) is known color: 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

RGB 63 129 122 -
CMYK 0.51 0 0.05 0.49
HSL 173.64º 0.34% 0.38% -
HSV(B) 173.64º 0.51% 0.51% -
XYZ 13.41 18.16 21.21 -
YUV 108.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 63 129 122 0.51 0 0.05 0.49 173.64 0.34 0.38
Hex 3F 81 7A 33 0 5 31 AE 22 26
Octal 77 201 172 63 0 5 61 256 42 46
Binary 111111 10000001 1111010 110011 0 101 110001 10101110 100010 100110

Color Harmonies of #3F817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F817A

Black with #3F817A

Text Example


Text Example

White with #3F817A

Text Example


Text Example

HTML Codes & Css Web 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>