Html Css Color HEX #34706F Ming

📋 copy color: '#34706F'

red 52 ◦ green 112 ◦ blue 111

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

Shades of Ming #34706F

Tints of Ming #34706F

RGB

 RED value IS 52 (20.7% from 255) = 18.91%

 GREEN value IS 112 (44.14% from 255) = 40.73%

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 18.91%
G = 40.73%
B = 40.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#34706F (or 0x34706F) is known color: Ming. HEX triplet: 34, 70 and 6F. RGB value is (52,112,111). Sum of RGB (Red+Green+Blue) = 52+112+111=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #34706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34706F is #CB8F90. Grayscale: #5D5D5D. Windows color (decimal): -13340561 or 7303220. OLE color: 7303220.

HSL color Cylindrical-coordinate representation of color #34706F: hue angle of 179º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34706F is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 111 -
CMYK 0.54 0 0.01 0.56
HSL 179º 0.37% 0.32% -
HSV(B) 179º 0.54% 0.44% -
XYZ 10.08 13.47 17.11 -
YUV 93.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 52 112 111 0.54 0 0.01 0.56 179 0.37 0.32
Hex 34 70 6F 36 0 1 38 B3 25 20
Octal 64 160 157 66 0 1 70 263 45 40
Binary 110100 1110000 1101111 110110 0 1 111000 10110011 100101 100000

Color Harmonies of #34706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34706F

Black with #34706F

Text Example


Text Example

White with #34706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,112,111); }

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

background-color css

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

 a { background-color: rgb(52,112,111); }

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

border-color css

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

 span { border-color: rgb(52,112,111); }

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