Html Css Color HEX #357574 Ming

📋 copy color: '#357574'

red 53 ◦ green 117 ◦ blue 116

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

Shades of Ming #357574

Tints of Ming #357574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.56%

R = 18.53%
G = 40.91%
B = 40.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#357574 (or 0x357574) is known color: Ming. HEX triplet: 35, 75 and 74. RGB value is (53,117,116). Sum of RGB (Red+Green+Blue) = 53+117+116=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #357574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357574 is #CA8A8B. Grayscale: #616161. Windows color (decimal): -13273740 or 7632181. OLE color: 7632181.

HSL color Cylindrical-coordinate representation of color #357574: hue angle of 179.06º 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 #357574 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 116 -
CMYK 0.55 0 0.01 0.54
HSL 179.06º 0.38% 0.33% -
HSV(B) 179.06º 0.55% 0.46% -
XYZ 10.98 14.74 18.79 -
YUV 97.75 138.3 96.08 -
System Red Green Blue C M Y K H S L
Decimal 53 117 116 0.55 0 0.01 0.54 179.06 0.38 0.33
Hex 35 75 74 37 0 1 36 B3 26 21
Octal 65 165 164 67 0 1 66 263 46 41
Binary 110101 1110101 1110100 110111 0 1 110110 10110011 100110 100001

Color Harmonies of #357574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357574

Black with #357574

Text Example


Text Example

White with #357574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357574; }

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

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

background-color css

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

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

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

border-color css

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

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

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