Html Css Color HEX #447272 Ming

📋 copy color: '#447272'

red 68 ◦ green 114 ◦ blue 114

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

Shades of Ming #447272

Tints of Ming #447272

RGB

 RED value IS 68 (26.95% from 255) = 22.97%

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

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 22.97%
G = 38.51%
B = 38.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#447272 (or 0x447272) is known color: Ming. HEX triplet: 44, 72 and 72. RGB value is (68,114,114). Sum of RGB (Red+Green+Blue) = 68+114+114=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #447272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447272 is #BB8D8D. Grayscale: #646464. Windows color (decimal): -12291470 or 7500356. OLE color: 7500356.

HSL color Cylindrical-coordinate representation of color #447272: hue angle of 180º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447272 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 114 114 -
CMYK 0.40 0 0 0.55
HSL 180º 0.25% 0.36% -
HSV(B) 180º 0.4% 0.45% -
XYZ 11.44 14.48 18.11 -
YUV 100.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 68 114 114 0.40 0 0 0.55 180 0.25 0.36
Hex 44 72 72 28 0 0 37 B4 19 24
Octal 104 162 162 50 0 0 67 264 31 44
Binary 1000100 1110010 1110010 101000 0 0 110111 10110100 11001 100100

Color Harmonies of #447272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447272

Black with #447272

Text Example


Text Example

White with #447272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447272; }

 p { color: rgb(68,114,114); }

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

background-color css

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

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

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

border-color css

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

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

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