Html Css Color HEX #3F8279 Ming

📋 copy color: '#3F8279'

red 63 ◦ green 130 ◦ blue 121

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

Shades of Ming #3F8279

Tints of Ming #3F8279

RGB

 RED value IS 63 (25% from 255) = 20.06%

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 20.06%
G = 41.4%
B = 38.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#3F8279 (or 0x3F8279) is known color: Ming. HEX triplet: 3F, 82 and 79. RGB value is (63,130,121). Sum of RGB (Red+Green+Blue) = 63+130+121=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8279 is #C07D86. Grayscale: #6C6C6C. Windows color (decimal): -12615047 or 7963199. OLE color: 7963199.

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

Color convert

RGB 63 130 121 -
CMYK 0.52 0 0.07 0.49
HSL 171.94º 0.35% 0.38% -
HSV(B) 171.94º 0.52% 0.51% -
XYZ 13.48 18.4 20.93 -
YUV 108.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 63 130 121 0.52 0 0.07 0.49 171.94 0.35 0.38
Hex 3F 82 79 34 0 7 31 AC 23 26
Octal 77 202 171 64 0 7 61 254 43 46
Binary 111111 10000010 1111001 110100 0 111 110001 10101100 100011 100110

Color Harmonies of #3F8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8279

Black with #3F8279

Text Example


Text Example

White with #3F8279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,130,121); }

 H1.HeaderClassName
 {
   color: #3F8279;
 }
 .AnyTagClassName
 {
   color: #3F8279;
 }
</style>

background-color css

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

 a { background-color: rgb(63,130,121); }

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

border-color css

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

 span { border-color: rgb(63,130,121); }

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