Html Css Color HEX #39827D Ming

📋 copy color: '#39827D'

red 57 ◦ green 130 ◦ blue 125

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

Shades of Ming #39827D

Tints of Ming #39827D

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 value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#39827D (or 0x39827D) is known color: 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

RGB 57 130 125 -
CMYK 0.56 0 0.04 0.49
HSL 175.89º 0.39% 0.37% -
HSV(B) 175.89º 0.56% 0.51% -
XYZ 13.37 18.32 22.23 -
YUV 107.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 57 130 125 0.56 0 0.04 0.49 175.89 0.39 0.37
Hex 39 82 7D 38 0 4 31 B0 27 25
Octal 71 202 175 70 0 4 61 260 47 45
Binary 111001 10000010 1111101 111000 0 100 110001 10110000 100111 100101

Color Harmonies of #39827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39827D

Black with #39827D

Text Example


Text Example

White with #39827D

Text Example


Text Example

HTML Codes & Css Web 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>