Html Css Color HEX #42716E Ming

📋 copy color: '#42716E'

red 66 ◦ green 113 ◦ blue 110

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

Shades of Ming #42716E

Tints of Ming #42716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 22.84%
G = 39.1%
B = 38.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#42716E (or 0x42716E) is known color: Ming. HEX triplet: 42, 71 and 6E. RGB value is (66,113,110). Sum of RGB (Red+Green+Blue) = 66+113+110=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #42716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42716E is #BD8E91. Grayscale: #626262. Windows color (decimal): -12422802 or 7237954. OLE color: 7237954.

HSL color Cylindrical-coordinate representation of color #42716E: hue angle of 176.17º 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 #42716E is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 110 -
CMYK 0.42 0 0.03 0.56
HSL 176.17º 0.26% 0.35% -
HSV(B) 176.17º 0.42% 0.44% -
XYZ 10.97 14.09 16.89 -
YUV 98.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 66 113 110 0.42 0 0.03 0.56 176.17 0.26 0.35
Hex 42 71 6E 2A 0 3 38 B0 1A 23
Octal 102 161 156 52 0 3 70 260 32 43
Binary 1000010 1110001 1101110 101010 0 11 111000 10110000 11010 100011

Color Harmonies of #42716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42716E

Black with #42716E

Text Example


Text Example

White with #42716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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