Html Css Color HEX #36706F Ming

📋 copy color: '#36706F'

red 54 ◦ green 112 ◦ blue 111

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

Shades of Ming #36706F

Tints of Ming #36706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 19.49%
G = 40.43%
B = 40.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#36706F (or 0x36706F) is known color: Ming. HEX triplet: 36, 70 and 6F. RGB value is (54,112,111). Sum of RGB (Red+Green+Blue) = 54+112+111=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #36706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36706F is #C98F90. Grayscale: #5E5E5E. Windows color (decimal): -13209489 or 7303222. OLE color: 7303222.

HSL color Cylindrical-coordinate representation of color #36706F: hue angle of 178.97º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36706F is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 111 -
CMYK 0.52 0 0.01 0.56
HSL 178.97º 0.35% 0.33% -
HSV(B) 178.97º 0.52% 0.44% -
XYZ 10.18 13.52 17.11 -
YUV 94.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 54 112 111 0.52 0 0.01 0.56 178.97 0.35 0.33
Hex 36 70 6F 34 0 1 38 B3 23 21
Octal 66 160 157 64 0 1 70 263 43 41
Binary 110110 1110000 1101111 110100 0 1 111000 10110011 100011 100001

Color Harmonies of #36706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36706F

Black with #36706F

Text Example


Text Example

White with #36706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36706F; }

 p { color: rgb(54,112,111); }

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

background-color css

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

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

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

border-color css

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

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

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