Html Css Color HEX #336D71 Ming

📋 copy color: '#336D71'

red 51 ◦ green 109 ◦ blue 113

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

Shades of Ming #336D71

Tints of Ming #336D71

RGB

 RED value IS 51 (20.31% from 255) = 18.68%

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

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 18.68%
G = 39.93%
B = 41.39%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#336D71 (or 0x336D71) is known color: Ming. HEX triplet: 33, 6D and 71. RGB value is (51,109,113). Sum of RGB (Red+Green+Blue) = 51+109+113=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #336D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D71 is #CC928E. Grayscale: #5C5C5C. Windows color (decimal): -13406863 or 7433523. OLE color: 7433523.

HSL color Cylindrical-coordinate representation of color #336D71: hue angle of 183.87º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336D71 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 109 113 -
CMYK 0.55 0.04 0 0.56
HSL 183.87º 0.38% 0.32% -
HSV(B) 183.87º 0.55% 0.44% -
XYZ 9.81 12.83 17.58 -
YUV 92.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 51 109 113 0.55 0.04 0 0.56 183.87 0.38 0.32
Hex 33 6D 71 37 4 0 38 B8 26 20
Octal 63 155 161 67 4 0 70 270 46 40
Binary 110011 1101101 1110001 110111 100 0 111000 10111000 100110 100000

Color Harmonies of #336D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D71

Black with #336D71

Text Example


Text Example

White with #336D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336D71; }

 p { color: rgb(51,109,113); }

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

background-color css

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

 a { background-color: rgb(51,109,113); }

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

border-color css

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

 span { border-color: rgb(51,109,113); }

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