#367270

Color #367270 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #367270

Tints of Ming #367270

Color information

#367270 (or 0x367270) is unknown color: approx Ming. HEX triplet: 36, 72 and 70. RGB value is (54,114,112). Sum of RGB (Red+Green+Blue) = 54+114+112=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #367270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367270 is #C98D8F. Grayscale: #5F5F5F. Windows color (decimal): -13208976 or 7369270. OLE color: 7369270.

HSL color Cylindrical-coordinate representation of color #367270: hue angle of 178º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367270 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB54114112-
CMYK0.5300.020.55
HSL178º35.71%32.94%-
HSV(B)178º52.63%44.71%-
XYZ10.4613.9917.48-
YUV95.83137.1298.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 112 (44.14% from 255) = 40%
R=19.29%
G=40.71%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541141120.5300.020.5517835.7132.94
Hex367270350237b22421
Octal661621606502672624441
Binary1101101110010111000011010101011011110110010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367270; }

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

 H1.HeaderClassName
 {
   color: #367270;
 }
 .AnyTagClassName
 {
   color: #367270;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #367270;
 }
 .BgClassName
 {
   background-color: #367270;
 }
</style>
border-color css

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

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

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