Html Css Color HEX #42726F Ming

📋 copy color: '#42726F'

red 66 ◦ green 114 ◦ blue 111

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

Shades of Ming #42726F

Tints of Ming #42726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.18%

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

R = 22.68%
G = 39.18%
B = 38.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#42726F (or 0x42726F) is known color: Ming. HEX triplet: 42, 72 and 6F. RGB value is (66,114,111). Sum of RGB (Red+Green+Blue) = 66+114+111=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #42726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42726F is #BD8D90. Grayscale: #636363. Windows color (decimal): -12422545 or 7303746. OLE color: 7303746.

HSL color Cylindrical-coordinate representation of color #42726F: hue angle of 176.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42726F is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 111 -
CMYK 0.42 0 0.03 0.55
HSL 176.25º 0.27% 0.35% -
HSV(B) 176.25º 0.42% 0.45% -
XYZ 11.13 14.34 17.22 -
YUV 99.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 66 114 111 0.42 0 0.03 0.55 176.25 0.27 0.35
Hex 42 72 6F 2A 0 3 37 B0 1B 23
Octal 102 162 157 52 0 3 67 260 33 43
Binary 1000010 1110010 1101111 101010 0 11 110111 10110000 11011 100011

Color Harmonies of #42726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42726F

Black with #42726F

Text Example


Text Example

White with #42726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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