Html Css Color HEX #3E7A75 Ming

📋 copy color: '#3E7A75'

red 62 ◦ green 122 ◦ blue 117

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

Shades of Ming #3E7A75

Tints of Ming #3E7A75

RGB

 RED value IS 62 (24.61% from 255) = 20.6%

 GREEN value IS 122 (48.05% from 255) = 40.53%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 20.6%
G = 40.53%
B = 38.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#3E7A75 (or 0x3E7A75) is known color: Ming. HEX triplet: 3E, 7A and 75. RGB value is (62,122,117). Sum of RGB (Red+Green+Blue) = 62+122+117=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A75 is #C1858A. Grayscale: #676767. Windows color (decimal): -12682635 or 7699006. OLE color: 7699006.

HSL color Cylindrical-coordinate representation of color #3E7A75: hue angle of 175º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7A75 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 122 117 -
CMYK 0.49 0 0.04 0.52
HSL 175º 0.33% 0.36% -
HSV(B) 175º 0.49% 0.48% -
XYZ 12.16 16.23 19.32 -
YUV 103.49 135.62 98.41 -
System Red Green Blue C M Y K H S L
Decimal 62 122 117 0.49 0 0.04 0.52 175 0.33 0.36
Hex 3E 7A 75 31 0 4 34 AF 21 24
Octal 76 172 165 61 0 4 64 257 41 44
Binary 111110 1111010 1110101 110001 0 100 110100 10101111 100001 100100

Color Harmonies of #3E7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7A75

Black with #3E7A75

Text Example


Text Example

White with #3E7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E7A75; }

 p { color: rgb(62,122,117); }

 H1.HeaderClassName
 {
   color: #3E7A75;
 }
 .AnyTagClassName
 {
   color: #3E7A75;
 }
</style>

background-color css

<style>
 a { background-color: #3E7A75; }

 a { background-color: rgb(62,122,117); }

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

border-color css

<style>
 span { border-color: #3E7A75; }

 span { border-color: rgb(62,122,117); }

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