Html Css Color HEX #41706F Ming

📋 copy color: '#41706F'

red 65 ◦ green 112 ◦ blue 111

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

Shades of Ming #41706F

Tints of Ming #41706F

RGB

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

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

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

R = 22.57%
G = 38.89%
B = 38.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#41706F (or 0x41706F) is known color: Ming. HEX triplet: 41, 70 and 6F. RGB value is (65,112,111). Sum of RGB (Red+Green+Blue) = 65+112+111=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #41706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41706F is #BE8F90. Grayscale: #616161. Windows color (decimal): -12488593 or 7303233. OLE color: 7303233.

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

Color convert

RGB 65 112 111 -
CMYK 0.42 0 0.01 0.56
HSL 178.72º 0.27% 0.35% -
HSV(B) 178.72º 0.42% 0.44% -
XYZ 10.84 13.86 17.14 -
YUV 97.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 65 112 111 0.42 0 0.01 0.56 178.72 0.27 0.35
Hex 41 70 6F 2A 0 1 38 B3 1B 23
Octal 101 160 157 52 0 1 70 263 33 43
Binary 1000001 1110000 1101111 101010 0 1 111000 10110011 11011 100011

Color Harmonies of #41706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41706F

Black with #41706F

Text Example


Text Example

White with #41706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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