Html Css Color HEX #357170 Ming

📋 copy color: '#357170'

red 53 ◦ green 113 ◦ blue 112

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

Shades of Ming #357170

Tints of Ming #357170

RGB

 RED value IS 53 (21.09% from 255) = 19.06%

 GREEN value IS 113 (44.53% from 255) = 40.65%

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 19.06%
G = 40.65%
B = 40.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#357170 (or 0x357170) is known color: Ming. HEX triplet: 35, 71 and 70. RGB value is (53,113,112). Sum of RGB (Red+Green+Blue) = 53+113+112=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #357170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357170 is #CA8E8F. Grayscale: #5E5E5E. Windows color (decimal): -13274768 or 7369013. OLE color: 7369013.

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

Color convert

RGB 53 113 112 -
CMYK 0.53 0 0.01 0.56
HSL 179º 0.36% 0.33% -
HSV(B) 179º 0.53% 0.44% -
XYZ 10.3 13.74 17.44 -
YUV 94.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 53 113 112 0.53 0 0.01 0.56 179 0.36 0.33
Hex 35 71 70 35 0 1 38 B3 24 21
Octal 65 161 160 65 0 1 70 263 44 41
Binary 110101 1110001 1110000 110101 0 1 111000 10110011 100100 100001

Color Harmonies of #357170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357170

Black with #357170

Text Example


Text Example

White with #357170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357170; }

 p { color: rgb(53,113,112); }

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

background-color css

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

 a { background-color: rgb(53,113,112); }

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

border-color css

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

 span { border-color: rgb(53,113,112); }

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