Html Css Color HEX #336D75 Ming

📋 copy color: '#336D75'

red 51 ◦ green 109 ◦ blue 117

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

Shades of Ming #336D75

Tints of Ming #336D75

RGB

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

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

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

R = 18.41%
G = 39.35%
B = 42.24%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336D75 (or 0x336D75) is known color: Ming. HEX triplet: 33, 6D and 75. RGB value is (51,109,117). Sum of RGB (Red+Green+Blue) = 51+109+117=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #336D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D75 is #CC928A. Grayscale: #5C5C5C. Windows color (decimal): -13406859 or 7695667. OLE color: 7695667.

HSL color Cylindrical-coordinate representation of color #336D75: hue angle of 187.27º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336D75 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 109 117 -
CMYK 0.56 0.07 0 0.54
HSL 187.27º 0.39% 0.33% -
HSV(B) 187.27º 0.56% 0.46% -
XYZ 10.04 12.93 18.8 -
YUV 92.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 51 109 117 0.56 0.07 0 0.54 187.27 0.39 0.33
Hex 33 6D 75 38 7 0 36 BB 27 21
Octal 63 155 165 70 7 0 66 273 47 41
Binary 110011 1101101 1110101 111000 111 0 110110 10111011 100111 100001

Color Harmonies of #336D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D75

Black with #336D75

Text Example


Text Example

White with #336D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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