Html Css Color HEX #36716F Ming

📋 copy color: '#36716F'

red 54 ◦ green 113 ◦ blue 111

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

Shades of Ming #36716F

Tints of Ming #36716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.65%

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

R = 19.42%
G = 40.65%
B = 39.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#36716F (or 0x36716F) is known color: Ming. HEX triplet: 36, 71 and 6F. RGB value is (54,113,111). Sum of RGB (Red+Green+Blue) = 54+113+111=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #36716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36716F is #C98E90. Grayscale: #5F5F5F. Windows color (decimal): -13209233 or 7303478. OLE color: 7303478.

HSL color Cylindrical-coordinate representation of color #36716F: hue angle of 177.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 #36716F is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 111 -
CMYK 0.52 0 0.02 0.56
HSL 177.97º 0.35% 0.33% -
HSV(B) 177.97º 0.52% 0.44% -
XYZ 10.3 13.74 17.15 -
YUV 95.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 54 113 111 0.52 0 0.02 0.56 177.97 0.35 0.33
Hex 36 71 6F 34 0 2 38 B2 23 21
Octal 66 161 157 64 0 2 70 262 43 41
Binary 110110 1110001 1101111 110100 0 10 111000 10110010 100011 100001

Color Harmonies of #36716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36716F

Black with #36716F

Text Example


Text Example

White with #36716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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