Html Css Color HEX #366D6C Ming

📋 copy color: '#366D6C'

red 54 ◦ green 109 ◦ blue 108

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

Shades of Ming #366D6C

Tints of Ming #366D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.22%

 BLUE value IS 108 (42.58% from 255) = 39.85%

R = 19.93%
G = 40.22%
B = 39.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#366D6C (or 0x366D6C) is known color: Ming. HEX triplet: 36, 6D and 6C. RGB value is (54,109,108). Sum of RGB (Red+Green+Blue) = 54+109+108=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 109 - color contains mainly: green. Hex color #366D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D6C is #C99293. Grayscale: #5C5C5C. Windows color (decimal): -13210260 or 7105846. OLE color: 7105846.

HSL color Cylindrical-coordinate representation of color #366D6C: hue angle of 178.91º 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 #366D6C is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 109 108 -
CMYK 0.50 0 0.01 0.57
HSL 178.91º 0.34% 0.32% -
HSV(B) 178.91º 0.5% 0.43% -
XYZ 9.7 12.8 16.15 -
YUV 92.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 54 109 108 0.50 0 0.01 0.57 178.91 0.34 0.32
Hex 36 6D 6C 32 0 1 39 B3 22 20
Octal 66 155 154 62 0 1 71 263 42 40
Binary 110110 1101101 1101100 110010 0 1 111001 10110011 100010 100000

Color Harmonies of #366D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366D6C

Black with #366D6C

Text Example


Text Example

White with #366D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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