Html Css Color HEX #3A7A75 Ming

📋 copy color: '#3A7A75'

red 58 ◦ green 122 ◦ blue 117

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

Shades of Ming #3A7A75

Tints of Ming #3A7A75

RGB

 RED value IS 58 (23.05% from 255) = 19.53%

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

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

R = 19.53%
G = 41.08%
B = 39.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#3A7A75 (or 0x3A7A75) is known color: Ming. HEX triplet: 3A, 7A and 75. RGB value is (58,122,117). Sum of RGB (Red+Green+Blue) = 58+122+117=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A75 is #C5858A. Grayscale: #666666. Windows color (decimal): -12944779 or 7699002. OLE color: 7699002.

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

Color convert

RGB 58 122 117 -
CMYK 0.52 0 0.04 0.52
HSL 175.31º 0.36% 0.35% -
HSV(B) 175.31º 0.52% 0.48% -
XYZ 11.92 16.1 19.31 -
YUV 102.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 58 122 117 0.52 0 0.04 0.52 175.31 0.36 0.35
Hex 3A 7A 75 34 0 4 34 AF 24 23
Octal 72 172 165 64 0 4 64 257 44 43
Binary 111010 1111010 1110101 110100 0 100 110100 10101111 100100 100011

Color Harmonies of #3A7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7A75

Black with #3A7A75

Text Example


Text Example

White with #3A7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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