Html Css Color HEX #357575 Ming

📋 copy color: '#357575'

red 53 ◦ green 117 ◦ blue 117

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

Shades of Ming #357575

Tints of Ming #357575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.77%

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

R = 18.47%
G = 40.77%
B = 40.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#357575 (or 0x357575) is known color: Ming. HEX triplet: 35, 75 and 75. RGB value is (53,117,117). Sum of RGB (Red+Green+Blue) = 53+117+117=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #357575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357575 is #CA8A8A. Grayscale: #616161. Windows color (decimal): -13273739 or 7697717. OLE color: 7697717.

HSL color Cylindrical-coordinate representation of color #357575: hue angle of 180º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357575 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 117 -
CMYK 0.55 0 0 0.54
HSL 180º 0.38% 0.33% -
HSV(B) 180º 0.55% 0.46% -
XYZ 11.04 14.76 19.1 -
YUV 97.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 53 117 117 0.55 0 0 0.54 180 0.38 0.33
Hex 35 75 75 37 0 0 36 B4 26 21
Octal 65 165 165 67 0 0 66 264 46 41
Binary 110101 1110101 1110101 110111 0 0 110110 10110100 100110 100001

Color Harmonies of #357575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357575

Black with #357575

Text Example


Text Example

White with #357575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357575; }

 p { color: rgb(53,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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