Html Css Color HEX #41706E Ming

📋 copy color: '#41706E'

red 65 ◦ green 112 ◦ blue 110

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

Shades of Ming #41706E

Tints of Ming #41706E

RGB

 RED value IS 65 (25.78% from 255) = 22.65%

 GREEN value IS 112 (44.14% from 255) = 39.02%

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

R = 22.65%
G = 39.02%
B = 38.33%

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

#41706E (or 0x41706E) is known color: Ming. HEX triplet: 41, 70 and 6E. RGB value is (65,112,110). Sum of RGB (Red+Green+Blue) = 65+112+110=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #41706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41706E is #BE8F91. Grayscale: #616161. Windows color (decimal): -12488594 or 7237697. OLE color: 7237697.

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

Color convert

RGB 65 112 110 -
CMYK 0.42 0 0.02 0.56
HSL 177.45º 0.27% 0.35% -
HSV(B) 177.45º 0.42% 0.44% -
XYZ 10.79 13.84 16.85 -
YUV 97.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 65 112 110 0.42 0 0.02 0.56 177.45 0.27 0.35
Hex 41 70 6E 2A 0 2 38 B1 1B 23
Octal 101 160 156 52 0 2 70 261 33 43
Binary 1000001 1110000 1101110 101010 0 10 111000 10110001 11011 100011

Color Harmonies of #41706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41706E

Black with #41706E

Text Example


Text Example

White with #41706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,112,110); }

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

background-color css

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

 a { background-color: rgb(65,112,110); }

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

border-color css

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

 span { border-color: rgb(65,112,110); }

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