#40817A

Color #40817A Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #40817A

Tints of Ming #40817A

Color information

#40817A (or 0x40817A) is unknown color: approx Ming. HEX triplet: 40, 81 and 7A. RGB value is (64,129,122). Sum of RGB (Red+Green+Blue) = 64+129+122=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #40817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40817A is #BF7E85. Grayscale: #6C6C6C. Windows color (decimal): -12549766 or 8028480. OLE color: 8028480.

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

Color convert

RGB64129122-
CMYK0.5000.050.49
HSL173.54º33.68%37.84%-
HSV(B)173.54º50.39%50.59%-
XYZ13.4818.221.21-
YUV108.77135.4796.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=20.32%
G=40.95%
B=38.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641291220.5000.050.49173.5433.6837.84
Hex40817A320531ae2226
Octal1002011726205612564246
Binary1000000100000011111010110010010111000110101110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40817A;
 }
 .AnyTagClassName
 {
   color: #40817A;
 }
</style>
background-color css

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

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

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

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

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

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