#40817B

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

Shades of Ming #40817B

Tints of Ming #40817B

Color information

#40817B (or 0x40817B) is unknown color: approx Ming. HEX triplet: 40, 81 and 7B. RGB value is (64,129,123). Sum of RGB (Red+Green+Blue) = 64+129+123=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #40817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40817B is #BF7E84. Grayscale: #6C6C6C. Windows color (decimal): -12549765 or 8094016. OLE color: 8094016.

HSL color Cylindrical-coordinate representation of color #40817B: hue angle of 174.46º 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 #40817B is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB64129123-
CMYK0.5000.050.49
HSL174.46º33.68%37.84%-
HSV(B)174.46º50.39%50.59%-
XYZ13.5418.2221.54-
YUV108.88135.9795.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=20.25%
G=40.82%
B=38.92%

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
Decimal641291230.5000.050.49174.4633.6837.84
Hex40817B320531ae2226
Octal1002011736205612564246
Binary1000000100000011111011110010010111000110101110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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