Html Css Color HEX #367575 Ming

📋 copy color: '#367575'

red 54 ◦ green 117 ◦ blue 117

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

Shades of Ming #367575

Tints of Ming #367575

RGB

 RED value IS 54 (21.48% from 255) = 18.75%

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

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

R = 18.75%
G = 40.63%
B = 40.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#367575 (or 0x367575) is known color: Ming. HEX triplet: 36, 75 and 75. RGB value is (54,117,117). Sum of RGB (Red+Green+Blue) = 54+117+117=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #367575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367575 is #C98A8A. Grayscale: #626262. Windows color (decimal): -13208203 or 7697718. OLE color: 7697718.

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

Color convert

RGB 54 117 117 -
CMYK 0.54 0 0 0.54
HSL 180º 0.37% 0.34% -
HSV(B) 180º 0.54% 0.46% -
XYZ 11.09 14.79 19.1 -
YUV 98.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 54 117 117 0.54 0 0 0.54 180 0.37 0.34
Hex 36 75 75 36 0 0 36 B4 25 22
Octal 66 165 165 66 0 0 66 264 45 42
Binary 110110 1110101 1110101 110110 0 0 110110 10110100 100101 100010

Color Harmonies of #367575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367575

Black with #367575

Text Example


Text Example

White with #367575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367575; }

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

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

background-color css

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

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

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

border-color css

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

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

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