Html Css Color HEX #40827A Ming

📋 copy color: '#40827A'

red 64 ◦ green 130 ◦ blue 122

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

Shades of Ming #40827A

Tints of Ming #40827A

RGB

 RED value IS 64 (25.39% from 255) = 20.25%

 GREEN value IS 130 (51.17% from 255) = 41.14%

 BLUE value IS 122 (48.05% from 255) = 38.61%

R = 20.25%
G = 41.14%
B = 38.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#40827A (or 0x40827A) is known color: Ming. HEX triplet: 40, 82 and 7A. RGB value is (64,130,122). Sum of RGB (Red+Green+Blue) = 64+130+122=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #40827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40827A is #BF7D85. Grayscale: #6D6D6D. Windows color (decimal): -12549510 or 8028736. OLE color: 8028736.

HSL color Cylindrical-coordinate representation of color #40827A: hue angle of 172.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40827A is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 122 -
CMYK 0.51 0 0.06 0.49
HSL 172.73º 0.34% 0.38% -
HSV(B) 172.73º 0.51% 0.51% -
XYZ 13.61 18.46 21.26 -
YUV 109.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 64 130 122 0.51 0 0.06 0.49 172.73 0.34 0.38
Hex 40 82 7A 33 0 6 31 AD 22 26
Octal 100 202 172 63 0 6 61 255 42 46
Binary 1000000 10000010 1111010 110011 0 110 110001 10101101 100010 100110

Color Harmonies of #40827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40827A

Black with #40827A

Text Example


Text Example

White with #40827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40827A; }

 p { color: rgb(64,130,122); }

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

background-color css

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

 a { background-color: rgb(64,130,122); }

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

border-color css

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

 span { border-color: rgb(64,130,122); }

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