Html Css Color HEX #41726F Ming

📋 copy color: '#41726F'

red 65 ◦ green 114 ◦ blue 111

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

Shades of Ming #41726F

Tints of Ming #41726F

RGB

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

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

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

R = 22.41%
G = 39.31%
B = 38.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#41726F (or 0x41726F) is known color: Ming. HEX triplet: 41, 72 and 6F. RGB value is (65,114,111). Sum of RGB (Red+Green+Blue) = 65+114+111=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #41726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41726F is #BE8D90. Grayscale: #626262. Windows color (decimal): -12488081 or 7303745. OLE color: 7303745.

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

Color convert

RGB 65 114 111 -
CMYK 0.43 0 0.03 0.55
HSL 176.33º 0.27% 0.35% -
HSV(B) 176.33º 0.43% 0.45% -
XYZ 11.07 14.31 17.22 -
YUV 99.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 65 114 111 0.43 0 0.03 0.55 176.33 0.27 0.35
Hex 41 72 6F 2B 0 3 37 B0 1B 23
Octal 101 162 157 53 0 3 67 260 33 43
Binary 1000001 1110010 1101111 101011 0 11 110111 10110000 11011 100011

Color Harmonies of #41726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41726F

Black with #41726F

Text Example


Text Example

White with #41726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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