Html Css Color HEX #39716F Ming

📋 copy color: '#39716F'

red 57 ◦ green 113 ◦ blue 111

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

Shades of Ming #39716F

Tints of Ming #39716F

RGB

 RED value IS 57 (22.66% from 255) = 20.28%

 GREEN value IS 113 (44.53% from 255) = 40.21%

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 20.28%
G = 40.21%
B = 39.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#39716F (or 0x39716F) is known color: Ming. HEX triplet: 39, 71 and 6F. RGB value is (57,113,111). Sum of RGB (Red+Green+Blue) = 57+113+111=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #39716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39716F is #C68E90. Grayscale: #5F5F5F. Windows color (decimal): -13012625 or 7303481. OLE color: 7303481.

HSL color Cylindrical-coordinate representation of color #39716F: hue angle of 177.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39716F is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 111 -
CMYK 0.50 0 0.02 0.56
HSL 177.86º 0.33% 0.33% -
HSV(B) 177.86º 0.5% 0.44% -
XYZ 10.46 13.83 17.16 -
YUV 96.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 57 113 111 0.50 0 0.02 0.56 177.86 0.33 0.33
Hex 39 71 6F 32 0 2 38 B2 21 21
Octal 71 161 157 62 0 2 70 262 41 41
Binary 111001 1110001 1101111 110010 0 10 111000 10110010 100001 100001

Color Harmonies of #39716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39716F

Black with #39716F

Text Example


Text Example

White with #39716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39716F; }

 p { color: rgb(57,113,111); }

 H1.HeaderClassName
 {
   color: #39716F;
 }
 .AnyTagClassName
 {
   color: #39716F;
 }
</style>

background-color css

<style>
 a { background-color: #39716F; }

 a { background-color: rgb(57,113,111); }

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

border-color css

<style>
 span { border-color: #39716F; }

 span { border-color: rgb(57,113,111); }

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