#39827D

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

Shades of Ming #39827D

Tints of Ming #39827D

Color information

#39827D (or 0x39827D) is unknown color: approx Ming. HEX triplet: 39, 82 and 7D. RGB value is (57,130,125). Sum of RGB (Red+Green+Blue) = 57+130+125=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #39827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39827D is #C67D82. Grayscale: #6B6B6B. Windows color (decimal): -13008259 or 8225337. OLE color: 8225337.

HSL color Cylindrical-coordinate representation of color #39827D: hue angle of 175.89º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39827D is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB57130125-
CMYK0.5600.040.49
HSL175.89º39.04%36.67%-
HSV(B)175.89º56.15%50.98%-
XYZ13.3718.3222.23-
YUV107.6137.8291.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=18.27%
G=41.67%
B=40.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571301250.5600.040.49175.8939.0436.67
Hex39827D380431b02725
Octal712021757004612604745
Binary111001100000101111101111000010011000110110000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39827D; }

 p { color: rgb(57,130,125); }

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

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

 a { background-color: rgb(57,130,125); }

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

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

 span { border-color: rgb(57,130,125); }

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