Html Css Color HEX #39817F Ming

📋 copy color: '#39817F'

red 57 ◦ green 129 ◦ blue 127

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

Shades of Ming #39817F

Tints of Ming #39817F

RGB

 RED value IS 57 (22.66% from 255) = 18.21%

 GREEN value IS 129 (50.78% from 255) = 41.21%

 BLUE value IS 127 (50% from 255) = 40.58%

R = 18.21%
G = 41.21%
B = 40.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#39817F (or 0x39817F) is known color: Ming. HEX triplet: 39, 81 and 7F. RGB value is (57,129,127). Sum of RGB (Red+Green+Blue) = 57+129+127=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #39817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39817F is #C67E80. Grayscale: #6B6B6B. Windows color (decimal): -13008513 or 8356153. OLE color: 8356153.

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

Color convert

RGB 57 129 127 -
CMYK 0.56 0 0.02 0.49
HSL 178.33º 0.39% 0.36% -
HSV(B) 178.33º 0.56% 0.51% -
XYZ 13.37 18.1 22.87 -
YUV 107.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 57 129 127 0.56 0 0.02 0.49 178.33 0.39 0.36
Hex 39 81 7F 38 0 2 31 B2 27 24
Octal 71 201 177 70 0 2 61 262 47 44
Binary 111001 10000001 1111111 111000 0 10 110001 10110010 100111 100100

Color Harmonies of #39817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39817F

Black with #39817F

Text Example


Text Example

White with #39817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39817F; }

 p { color: rgb(57,129,127); }

 H1.HeaderClassName
 {
   color: #39817F;
 }
 .AnyTagClassName
 {
   color: #39817F;
 }
</style>

background-color css

<style>
 a { background-color: #39817F; }

 a { background-color: rgb(57,129,127); }

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

border-color css

<style>
 span { border-color: #39817F; }

 span { border-color: rgb(57,129,127); }

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