Html Css Color HEX #36696D Ming

📋 copy color: '#36696D'

red 54 ◦ green 105 ◦ blue 109

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

Shades of Ming #36696D

Tints of Ming #36696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.18%

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 20.15%
G = 39.18%
B = 40.67%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36696D (or 0x36696D) is known color: Ming. HEX triplet: 36, 69 and 6D. RGB value is (54,105,109). Sum of RGB (Red+Green+Blue) = 54+105+109=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #36696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36696D is #C99692. Grayscale: #5A5A5A. Windows color (decimal): -13211283 or 7170358. OLE color: 7170358.

HSL color Cylindrical-coordinate representation of color #36696D: hue angle of 184.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36696D is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 105 109 -
CMYK 0.50 0.04 0 0.57
HSL 184.36º 0.34% 0.32% -
HSV(B) 184.36º 0.5% 0.43% -
XYZ 9.33 11.99 16.29 -
YUV 90.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 54 105 109 0.50 0.04 0 0.57 184.36 0.34 0.32
Hex 36 69 6D 32 4 0 39 B8 22 20
Octal 66 151 155 62 4 0 71 270 42 40
Binary 110110 1101001 1101101 110010 100 0 111001 10111000 100010 100000

Color Harmonies of #36696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36696D

Black with #36696D

Text Example


Text Example

White with #36696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36696D; }

 p { color: rgb(54,105,109); }

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

background-color css

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

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

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

border-color css

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

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

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