Html Css Color HEX #42716F Ming

📋 copy color: '#42716F'

red 66 ◦ green 113 ◦ blue 111

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

Shades of Ming #42716F

Tints of Ming #42716F

RGB

 RED value IS 66 (26.17% from 255) = 22.76%

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

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

R = 22.76%
G = 38.97%
B = 38.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#42716F (or 0x42716F) is known color: Ming. HEX triplet: 42, 71 and 6F. RGB value is (66,113,111). Sum of RGB (Red+Green+Blue) = 66+113+111=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #42716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42716F is #BD8E90. Grayscale: #626262. Windows color (decimal): -12422801 or 7303490. OLE color: 7303490.

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

Color convert

RGB 66 113 111 -
CMYK 0.42 0 0.02 0.56
HSL 177.45º 0.26% 0.35% -
HSV(B) 177.45º 0.42% 0.44% -
XYZ 11.02 14.12 17.18 -
YUV 98.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 66 113 111 0.42 0 0.02 0.56 177.45 0.26 0.35
Hex 42 71 6F 2A 0 2 38 B1 1A 23
Octal 102 161 157 52 0 2 70 261 32 43
Binary 1000010 1110001 1101111 101010 0 10 111000 10110001 11010 100011

Color Harmonies of #42716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42716F

Black with #42716F

Text Example


Text Example

White with #42716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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